We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Xbackend-threads=0
1 parent 2b4abdf commit b085373Copy full SHA for b085373
buildSrc/src/main/kotlin/orb.kotlin.gradle.kts
@@ -19,8 +19,6 @@ kotlin {
19
// Suppress deprecation warnings because we may still reference and test deprecated members.
20
// TODO: Replace with `-Xsuppress-warning=DEPRECATION` once we use Kotlin compiler 2.1.0+.
21
"-nowarn",
22
- // Use as many threads as there are CPU cores on the machine for compilation.
23
- "-Xbackend-threads=0",
24
)
25
jvmTarget.set(JvmTarget.JVM_1_8)
26
languageVersion.set(KotlinVersion.KOTLIN_1_9)
0 commit comments