Skip to content

Commit a14d5f3

Browse files
committed
Add workaround for KT-75807
1 parent 30bdf89 commit a14d5f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sample/gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ android.nonTransitiveRClass=true
1111
#MPP
1212
kotlin.mpp.androidSourceSetLayoutVersion=2
1313
kotlin.mpp.enableCInteropCommonization=true
14+
15+
# TODO: remove workaround for https://youtrack.jetbrains.com/issue/KT-75807
16+
kotlin.native.cacheKind=none
17+
compose.kotlin.native.manageCacheKind=false

0 commit comments

Comments
 (0)