diff --git a/gradle.properties b/gradle.properties index 629e0aedae..203d3bbc92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,6 +11,7 @@ org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.daemon=true org.gradle.jvmargs=-Xmx2g -XX:+UseParallelGC +org.gradle.kotlin.dsl.allWarningsAsErrors=true org.gradle.parallel=true kotlin.code.style=official