Skip to content

Commit 4c68374

Browse files
authored
Kotlin DSL - 'stdlib-stubs' (#1938) (#1955)
1 parent 4545d10 commit 4c68374

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib-stubs/build.gradle renamed to stdlib-stubs/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)