Oussama Haff.
11/22/2020, 10:23 AMuseIR = true
Igor Demin
11/22/2020, 11:56 AMid("org.jetbrains.compose")
plugin then useIR = true
should be activated automatically.
Try the latest Gradle (6.7) and the latest Compose for Desktop (0.2.0-build128).
There is an example how to use Desktop in a separate module in a Kotlin multiplatform project:
https://github.com/JetBrains/compose-jb/blob/master/templates/multiplatform-template/desktop/build.gradle.ktsIgor Demin
11/22/2020, 12:34 PM0.2.0-build128Also note that Kotlin Plugin should be upgraded to 1.4.20 (and also the version of Kotlin in build.gradle.kts)
Oussama Haff.
11/22/2020, 7:24 PMOussama Haff.
11/22/2020, 7:25 PM