diff --git a/gradle.properties b/gradle.properties index d5e6fdb..930bb54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ kotlin.mpp.stability.nowarn=true -org.gradle.jvmargs=-Xmx4G # needed for the GitHub Actions CI +# needed for the GitHub Actions CI +org.gradle.jvmargs=-Xmx4G org.gradle.parallel=true