tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Mozilla Public License 2.0
659 stars 63 forks source link

Snapshot embedded artifact no longer available #246

Closed drewhamilton closed 2 years ago

drewhamilton commented 2 years ago

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?

tschuchortdev commented 2 years ago

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

drewhamilton commented 2 years ago

Nice, thanks!