This commit moves the Kotlin build configuration from the Gradle DSL to a dedicated convention in buildSrc.
10 lines
164 B
INI
10 lines
164 B
INI
version=6.0.0-SNAPSHOT
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
org.gradle.parallel=true
|
|
|
|
kotlinVersion=1.7.20
|
|
|
|
kotlin.stdlib.default.dependency=false
|