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 dc3a68c commit 50fb629Copy full SHA for 50fb629
build.gradle.kts
@@ -1,5 +1,6 @@
1
import kotlinx.benchmark.gradle.*
2
import de.undercouch.gradle.tasks.download.Download
3
+import org.jetbrains.kotlin.gradle.dsl.KotlinJsCompile
4
import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType
5
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinJsCompilation
6
import org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinJsBinaryMode
@@ -313,4 +314,8 @@ afterEvaluate {
313
314
}
315
316
317
+}
318
+
319
+tasks.withType<KotlinJsCompile> {
320
+ compilerOptions.freeCompilerArgs.add("-Xskip-prerelease-check")
321
0 commit comments