We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f5acc commit 3d7a939Copy full SHA for 3d7a939
js/js-stub/build.gradle renamed to js/js-stub/build.gradle.kts
@@ -2,7 +2,9 @@
2
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
-compileKotlin {
+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
6
+
7
+tasks.named<KotlinCompile>("compileKotlin") {
8
kotlinOptions {
9
freeCompilerArgs += "-Xallow-kotlin-package"
10
}
0 commit comments