We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4545d10 commit 4c68374Copy full SHA for 4c68374
stdlib-stubs/build.gradle renamed to stdlib-stubs/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