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 8b8c4f8 commit 31d779fCopy full SHA for 31d779f
build.gradle
@@ -168,6 +168,13 @@ allprojects {
168
mavenLocal()
169
170
}
171
+
172
+ tasks.withType(org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile).configureEach {
173
+ compilerOptions { freeCompilerArgs.add("-Xpartial-linkage-loglevel=ERROR") }
174
+ }
175
+ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile).configureEach {
176
177
178
179
180
def unpublishedProjects = ["benchmark", "guide", "kotlinx-serialization-json-tests"] as Set
0 commit comments