Anybody gettting `Class 'androidx.compose.desktop....
# compose-desktop
a
Anybody gettting
Class 'androidx.compose.desktop.AppWindowKt' is compiled by a new Kotlin compiler backend and cannot be loaded by the old compiler
when using Kotlin 1.4.10?
d
Have you tried to create project using IDEA's wizard? JDK 11 and IR compiler mode are required.
a
IR?
i
Will it help? https://github.com/JetBrains/compose-jb/issues/61#issuecomment-723002840 (move buildscript from settings.gradle.kts to the root build.gradle.kts) In IDEA Wizard we have the old template at the moment.
a
No, as of now
Todo app (examples) seem to work fine, while the desktop-template (template) seems to behave the same (with error)