mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fixes: - https://github.com/JetBrains/compose-jb/issues/21 We need to move buildscript from settings.gradle.kts to build.gradle.kts See also https://youtrack.jetbrains.com/issue/KT-36331 - https://github.com/JetBrains/compose-jb/issues/22 kotlin("jvm") plugin doesn't work well with MPP modules. To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform. See also https://youtrack.jetbrains.com/issue/KT-42823
2 lines
43 B
Kotlin
Executable File
2 lines
43 B
Kotlin
Executable File
include(":common", ":android", ":desktop")
|