dataforge-core/gradle.properties

10 lines
250 B
Properties
Raw Normal View History

2021-02-23 17:40:28 +03:00
org.gradle.parallel=true
2022-05-21 10:38:53 +03:00
org.gradle.jvmargs=-Xmx4096m
2021-02-23 17:40:28 +03:00
2020-09-14 20:32:41 +03:00
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.incremental.js.ir=true
2023-01-25 18:56:19 +03:00
kotlin.native.ignoreDisabledTargets=true
2021-12-12 17:58:01 +03:00
2023-07-09 21:38:33 +03:00
toolsVersion=0.14.9-kotlin-1.9.0
2023-07-15 10:49:42 +03:00
kotlin.experimental.tryK2=true