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 2edad41 commit 1aec858Copy full SHA for 1aec858
buildSrc/src/main/kotlin/openai.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_8)
0 commit comments