mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
* Update examples to Gradle 7.3.3 Resolves #1654 * Update compose and agp in examples Resolves #1117 * Fix gradle plugins classloading in examples and templates * Make falling balls mpp compatible with examples checker
9 lines
274 B
INI
9 lines
274 B
INI
org.gradle.jvmargs=-Xmx3g
|
|
compose.version=1.1.0-beta04
|
|
kotlin.version=1.6.10
|
|
kotlin.code.style=official
|
|
kotlin.native.cacheKind=none
|
|
kotlin.native.useEmbeddableCompilerJar=true
|
|
kotlin.native.enableDependencyPropagation=false
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|