Rename Kotlin/Native modules for uniformity

This commit is contained in:
Dmitriy Dolovov
2020-01-29 15:55:56 +07:00
parent abd86107d1
commit 9594b8db42
218 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ tasks {
register("konan-tests") {
dependsOn("dist")
dependsOn(
":kotlin-native:commonizer:test"
":native:kotlin-native-commonizer:test"
)
}
+1 -1
View File
@@ -128,7 +128,7 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompileOnly(intellijPluginDep("coverage"))
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(commonDep("org.jetbrains", "markdown"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
+1 -1
View File
@@ -36,7 +36,7 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testCompile(intellijDep())
testCompile(intellijPluginDep("properties"))
+2 -2
View File
@@ -17,7 +17,7 @@ dependencies {
compile(project(":js:js.frontend"))
compile(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
compile(project(":native:kotlin-native-utils")) { isTransitive = false }
compileOnly(intellijDep())
compileOnly(intellijPluginDep("gradle"))
@@ -50,7 +50,7 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":idea:idea-new-project-wizard"))
testRuntime(project(":kotlin-reflect"))
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies {
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
+1 -1
View File
@@ -9,7 +9,7 @@ dependencies {
compile(project(":idea:idea-jvm"))
compile(project(":compiler:frontend"))
compile(project(":native:frontend.native"))
compile(project(":kotlin-native:kotlin-native-utils"))
compile(project(":native:kotlin-native-utils"))
compileOnly(intellijDep())
Platform[192].orHigher {
@@ -33,7 +33,7 @@ dependencies {
testRuntime(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":sam-with-receiver-ide-plugin"))
+1 -1
View File
@@ -33,7 +33,7 @@ dependencies {
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))
@@ -13,7 +13,7 @@ standardPublicJars()
dependencies {
compile(kotlinStdlib())
compile(project(":kotlin-native:kotlin-native-utils"))
compile(project(":native:kotlin-native-utils"))
compileOnly(gradleApi())
compileOnly("com.android.tools.build:gradle:0.4.2")
@@ -7,7 +7,7 @@ plugins {
dependencies {
compile(gradleApi())
compile(project(":kotlin-gradle-plugin-api"))
compile(project(":kotlin-native:kotlin-native-utils"))
compile(project(":native:kotlin-native-utils"))
}
val generateMppTargetContainerWithPresets by generator(
@@ -35,7 +35,7 @@ dependencies {
compileOnly(project(":daemon-common"))
compile(kotlinStdlib())
compile(project(":kotlin-native:kotlin-native-utils"))
compile(project(":native:kotlin-native-utils"))
compile(project(":kotlin-util-klib"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(project(":kotlin-android-extensions"))
@@ -25,7 +25,7 @@ dependencies {
compile(kotlinStdlib())
compile(project(":kotlin-util-klib-metadata"))
compile(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
compile(project(":native:kotlin-native-utils")) { isTransitive = false }
compile(project(":native:frontend.native")) { isTransitive = false }
testCompile(commonDep("junit:junit"))

Some files were not shown because too many files have changed in this diff Show More