Short feedback: Trying latest K2 Beta versions on ...
# k2-adopters
o
Short feedback: Trying latest K2 Beta versions on JVM and JS targets with Compose MP 1.6.1, `org.jetbrains.compose.compilercompiler1.5.9-kt-2.0.0-Beta4`: • Kotlin 2.0.0-Beta4 works • Kotlin 2.0.0-Beta5 fails in
compile*Kotlin*
with:
java.lang.IllegalArgumentException: Missing extension point: org.jetbrains.kotlin.diagnosticSuppressor in container {}
Will happily try again once a matching Compose compiler plugin for Beta5 is available. EDIT: Plugin is there. Now Beta5 works nicely as well.
1
o
Oops, I missed
org.jetbrains.compose.compiler:compiler:1.5.11-kt-2.0.0-Beta5
. Using that, Beta5 works like a charm. Next time, when browsing the repo for a new Compose compiler plugin, I have to remember to just use search. Thanks for pointing me in the right direction!
👍 1