tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshot embedded artifact no longer available

drewhamilton opened this issue · comments

The main branch depends on the embedded compiler version 1.6.20-dev-7317, which appears to be no longer available. (See my failed build message.) While the kotlin-annotation-processing-embeddable artifact directory does not have this version, it does have a 1.6.20-RC version.

I can offer a PR if it's just this one liner change, but I don't know this code base so I'm not sure if you'd expect other side effects/changes needed. What do you think?

Thanks for the heads up. I've made a new pre-release that should fix it.

Nice, thanks!