Browse Source

Moved kotlin native to experimental mm (#1910)

pull/1843/merge
alexander-gorshenev 2 years ago committed by GitHub
parent
commit
123b620f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      compose/frameworks/support
  2. 4
      compose/gradle.properties
  3. 2
      experimental/examples/falling-balls-mpp/gradle.properties
  4. 2
      experimental/examples/minesweeper/gradle.properties

2
compose/frameworks/support

@ -1 +1 @@
Subproject commit 3fbd775007164912b34a1d59a923ad3387028b97
Subproject commit 8b82f5072c90df26576b5365a1bb465d8af49167

4
compose/gradle.properties

@ -7,3 +7,7 @@ org.gradle.vfs.watch=true
androidx.compose.multiplatformEnabled=true
jetbrains.compose.jsCompilerTestsEnabled=true
androidx.validateProjectStructure=false
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
# Caching plays bad with skiko libraries
kotlin.native.cacheKind=none

2
experimental/examples/falling-balls-mpp/gradle.properties

@ -6,3 +6,5 @@ kotlin.native.cacheKind=none
kotlin.native.useEmbeddableCompilerJar=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental

2
experimental/examples/minesweeper/gradle.properties

@ -3,3 +3,5 @@ kotlin.native.useEmbeddableCompilerJar=true
org.gradle.jvmargs=-Xmx3g
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental

Loading…
Cancel
Save