Unify Kotlin daemon JVM arguments settings in Kotlin repo

Now 'kotlin-daemon-config' convention plugin should be added into
settings plugins to configure Kotlin daemon.
This commit is contained in:
Yahor Berdnikau
2023-03-03 17:22:13 +01:00
committed by Space Team
parent c080765905
commit b9d19a864a
10 changed files with 36 additions and 6 deletions
@@ -16,6 +16,7 @@ pluginManagement {
plugins {
id("jvm-toolchain-provisioning")
id("build-cache")
id("kotlin-daemon-config")
}
buildscript {