Include :native:frontend.native into kotlin-compiler.jar
This commit is contained in:
@@ -238,6 +238,7 @@ extra["compilerModules"] = arrayOf(
|
|||||||
":js:js.frontend",
|
":js:js.frontend",
|
||||||
":js:js.translator",
|
":js:js.translator",
|
||||||
":js:js.dce",
|
":js:js.dce",
|
||||||
|
":native:frontend.native",
|
||||||
":compiler",
|
":compiler",
|
||||||
":kotlin-build-common",
|
":kotlin-build-common",
|
||||||
":core:metadata",
|
":core:metadata",
|
||||||
|
|||||||
@@ -128,7 +128,6 @@ dependencies {
|
|||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompileOnly(intellijPluginDep("coverage"))
|
testCompileOnly(intellijPluginDep("coverage"))
|
||||||
|
|
||||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
|
||||||
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||||
|
|
||||||
testRuntime(commonDep("org.jetbrains", "markdown"))
|
testRuntime(commonDep("org.jetbrains", "markdown"))
|
||||||
|
|||||||
Reference in New Issue
Block a user