visionforge/gradle.properties

14 lines
324 B
Properties
Raw Normal View History

2020-10-02 19:09:25 +03:00
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
2023-05-14 18:33:30 +03:00
kotlin.js.compiler=ir
#kotlin.incremental.js.ir=true
2021-08-20 20:24:41 +03:00
2021-11-30 21:27:08 +03:00
org.gradle.parallel=true
2022-04-13 17:08:25 +03:00
org.gradle.jvmargs=-Xmx4G
2021-11-30 21:27:08 +03:00
2023-06-22 20:33:23 +03:00
org.jetbrains.compose.experimental.jscanvas.enabled=true
2024-01-31 16:45:43 +03:00
toolsVersion=0.15.2-kotlin-2.0.0-Beta3
2023-10-09 16:17:08 +03:00
#kotlin.experimental.tryK2=true
2023-06-22 20:33:23 +03:00
#kscience.wasm.disabled=true