Skip to content

Commit 95f1d4c

Browse files
authored
Merge pull request #13 from mori-atsushi/kmp
Enable the new android source set layout
2 parents 7f6e620 + f6d3396 commit 95f1d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ android.nonTransitiveRClass=true
1111
#MPP
1212
kotlin.mpp.enableCInteropCommonization=true
1313
kotlin.mpp.stability.nowarn=true
14+
kotlin.mpp.androidSourceSetLayoutVersion=2
1415
kotlin.native.binary.memoryModel=experimental
1516
kotlin.native.cacheKind=none
1617

insetsx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kotlin {
3232
}
3333
}
3434
val androidMain by getting
35-
val androidTest by getting
35+
val androidUnitTest by getting
3636
val uikitMain by creating {
3737
dependsOn(commonMain)
3838
}

0 commit comments

Comments
 (0)