ZacSweers/kotlin-compile-testing

Support 2.0.0-Beta4

hfhbd opened this issue · 1 comments

There was a binary incompatible change in IrDeclarationOrigin, so accessing it in a compiler plugin crashes the compiler e: java.lang.NoSuchFieldError: Companion.

Or how can you overwrite the compiler version? Simply adding the compiler to the testImplementation class path didn't work.

Oh, I didn't see your PR: 0.5.0-alpha04 works like a charm.