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

View File

@@ -613,7 +613,7 @@ tasks {
register("konan-tests") {
dependsOn("dist")
dependsOn(
":kotlin-native:commonizer:test"
":native:kotlin-native-commonizer:test"
)
}

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 }

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"))

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"))

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"))

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 {

View File

@@ -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"))

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"))

View File

@@ -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")

View File

@@ -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(

View File

@@ -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"))

View File

@@ -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