We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d66760 commit 91307a6Copy full SHA for 91307a6
desktopApp/build.gradle.kts
@@ -8,7 +8,6 @@ plugins {
8
9
kotlin {
10
jvm {
11
- withJava()
12
}
13
sourceSets {
14
val jvmMain by getting {
gradle.properties
@@ -10,7 +10,6 @@ kotlin.native.cacheKind=none
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
-kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
15
#Compose
16
org.jetbrains.compose.experimental.uikit.enabled=true
0 commit comments