Move Kotlin Gradle build config to convention

This commit moves the Kotlin build configuration from the Gradle DSL
to a dedicated convention in buildSrc.
This commit is contained in:
Brian Clozel
2022-11-02 10:59:39 +01:00
parent acd9016fc3
commit 21414bc265
7 changed files with 75 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
version=6.0.0-SNAPSHOT
org.gradle.jvmargs=-Xmx2048m
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m
org.gradle.parallel=true
kotlinVersion=1.7.20
kotlin.stdlib.default.dependency=false