K J
01/21/2021, 11:12 PMNoSuchMethodError
when trying to add Compose Desktop to my current project. I'm using Kotlin 1.4.30-RC (though this happens with 1.4.20 as well) and Compose Alpha 0.3.0-build141.
jim
01/21/2021, 11:16 PM1.4.21
K J
01/21/2021, 11:24 PMjim
01/21/2021, 11:28 PMK J
01/21/2021, 11:38 PMtasks.withType<KotlinCompile> {
kotlinOptions {
println(version)
useIR = true
}
}
Does indeed print 1.4.21 on compilation, so I'm not quite sure what it still doesn't like.java.lang.IllegalStateException: Backend Internal error: Exception during IR lowering
. Seems like a backend IR compiler error.olonho
01/22/2021, 6:38 AM0.0.0-vsync-build29
as Compose version and 1.4.21-2
as Kotlin version