We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f6e620 + f6d3396 commit 95f1d4cCopy full SHA for 95f1d4c
gradle.properties
@@ -11,6 +11,7 @@ android.nonTransitiveRClass=true
11
#MPP
12
kotlin.mpp.enableCInteropCommonization=true
13
kotlin.mpp.stability.nowarn=true
14
+kotlin.mpp.androidSourceSetLayoutVersion=2
15
kotlin.native.binary.memoryModel=experimental
16
kotlin.native.cacheKind=none
17
insetsx/build.gradle.kts
@@ -32,7 +32,7 @@ kotlin {
32
}
33
34
val androidMain by getting
35
- val androidTest by getting
+ val androidUnitTest by getting
36
val uikitMain by creating {
37
dependsOn(commonMain)
38
0 commit comments