Skip to content

Commit 0ba3fb6

Browse files
committed
Revert "Reapply "JS. Common definedExternally (#2449)""
This reverts commit 84f246a.
1 parent 3b601eb commit 0ba3fb6

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

kotlin-js-core/build.gradle.kts

-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
2-
31
plugins {
42
`kotlin-library-conventions`
53
}
6-
7-
// for `definedExternally`
8-
tasks.withType<KotlinCompilationTask<*>>().configureEach {
9-
compilerOptions {
10-
freeCompilerArgs.addAll(
11-
"-Xallow-kotlin-package",
12-
)
13-
}
14-
}

kotlin-js-core/src/commonMain/kotlin/kotlin/js/definedExternally.kt

-7
This file was deleted.

0 commit comments

Comments
 (0)