Skip to content

Commit 3d7a939

Browse files
authored
Kotlin DSL - 'js-stub' (#1938) (#1959)
1 parent 85f5acc commit 3d7a939

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/js-stub/build.gradle renamed to js/js-stub/build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
compileKotlin {
5+
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
6+
7+
tasks.named<KotlinCompile>("compileKotlin") {
68
kotlinOptions {
79
freeCompilerArgs += "-Xallow-kotlin-package"
810
}

0 commit comments

Comments
 (0)