We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97034f commit 53ffd13Copy full SHA for 53ffd13
build.gradle.kts
@@ -27,4 +27,10 @@ allprojects {
27
// outputs the compiler version to logs so we can check whether the train configuration applied
28
kotlinOptions.freeCompilerArgs += "-version"
29
}
30
+ tasks.withType<org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile>().configureEach {
31
+ compilerOptions { freeCompilerArgs.add("-Xpartial-linkage-loglevel=ERROR") }
32
+ }
33
+ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile>().configureEach {
34
35
36
0 commit comments