Skip to content

Commit

Permalink
workaround is to disable native cache
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Jun 12, 2024
1 parent 3cf8fcd commit 854f723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ kotlin.code.style=official
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
kotlin.native.cacheKind=none
compose.kotlin.native.manageCacheKind=false

org.jetbrains.compose.experimental.uikit.enabled=true

Expand Down

0 comments on commit 854f723

Please sign in to comment.