Rename :kotlin-native:kotlin-native-library-reader to :native:frontend.native

This commit is contained in:
Dmitriy Dolovov
2020-01-28 13:54:17 +07:00
parent 53d50c935a
commit b49e6ac581
18 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompileOnly(intellijPluginDep("coverage"))
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(commonDep("org.jetbrains", "markdown"))
+1 -1
View File
@@ -35,7 +35,7 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testCompile(intellijDep())
-2
View File
@@ -6,8 +6,6 @@ plugins {
dependencies {
testRuntime(intellijDep())
compile(project(":kotlin-native:kotlin-native-library-reader"))
compileOnly(project(":idea:idea-gradle"))
compileOnly(project(":idea:idea-native"))
+1 -1
View File
@@ -49,7 +49,7 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":idea:idea-new-project-wizard"))
+1 -1
View File
@@ -11,7 +11,7 @@ dependencies {
compile(project(":compiler:cli-common"))
compile(project(":compiler:frontend.java"))
compile(project(":js:js.frontend"))
compile(project(":kotlin-native:kotlin-native-library-reader"))
compile(project(":native:frontend.native"))
compileOnly(intellijDep())
compileOnly(jpsStandalone()) { includeJars("jps-model") }
}
+1 -1
View File
@@ -38,7 +38,7 @@ dependencies {
}
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
+3 -2
View File
@@ -8,12 +8,13 @@ dependencies {
compile(project(":idea:idea-core"))
compile(project(":idea:idea-jvm"))
compile(project(":compiler:frontend"))
compile(project(":native:frontend.native"))
compile(project(":kotlin-native:kotlin-native-utils"))
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java"))
}
compile(project(":kotlin-native:kotlin-native-library-reader"))
compile(project(":kotlin-native:kotlin-native-utils"))
testCompileOnly(intellijDep())
testRuntimeOnly(intellijDep())
@@ -32,7 +32,7 @@ dependencies {
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))