We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e2f56 commit bbbc393Copy full SHA for bbbc393
build.gradle.kts
@@ -159,4 +159,8 @@ tasks {
159
withType<KotlinCompile> {
160
dependsOn("generateMetadataBuildConfigKotlin")
161
}
162
+}
163
+
164
+tasks.withType<Test> {
165
+ maxParallelForks = Runtime.getRuntime().availableProcessors().minus(1).coerceAtLeast(1)
166
gradle.properties
@@ -1 +1,2 @@
1
-kotlin.code.style=official
+kotlin.code.style=official
2
+org.gradle.parallel=true
0 commit comments