You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
kotlin.code.style=official
|
|
|
|
xcodeproj=./iosApp
|
|
|
|
android.useAndroidX=true
|
|
|
|
org.gradle.jvmargs=-Xmx3g
|
|
|
|
org.jetbrains.compose.experimental.jscanvas.enabled=true
|
|
|
|
org.jetbrains.compose.experimental.macos.enabled=true
|
|
|
|
kotlin.native.useEmbeddableCompilerJar=true
|
|
|
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
|
|
|
# Enable kotlin/native experimental memory model
|
|
|
|
kotlin.native.binary.memoryModel=experimental
|
|
|
|
kotlin.version=1.9.20
|
|
|
|
agp.version=8.0.2
|
|
|
|
compose.version=1.5.10
|
|
|
|
|
|
|
|
# TODO: remove when switching to 1.9.10. See: https://youtrack.jetbrains.com/issue/KT-60852
|
|
|
|
# usage: ./gradlew :jsApp:jsBrowserRun -Pworkaround.kotlin.js.kt60852=true
|
|
|
|
# setting it to `true` breaks other targets (see shared/build.gradle.kts), so it should be used to run the web app only.
|
|
|
|
workaround.kotlin.js.kt60852=false
|