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.translator",
|
||||
":js:js.dce",
|
||||
":native:frontend.native",
|
||||
":compiler",
|
||||
":kotlin-build-common",
|
||||
":core:metadata",
|
||||
|
||||
@@ -128,7 +128,6 @@ dependencies {
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompileOnly(intellijPluginDep("coverage"))
|
||||
|
||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
||||
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
|
||||
|
||||
testRuntime(commonDep("org.jetbrains", "markdown"))
|
||||
|
||||
Reference in New Issue
Block a user