Rename Kotlin/Native modules for uniformity
This commit is contained in:
+1
-1
@@ -613,7 +613,7 @@ tasks {
|
|||||||
register("konan-tests") {
|
register("konan-tests") {
|
||||||
dependsOn("dist")
|
dependsOn("dist")
|
||||||
dependsOn(
|
dependsOn(
|
||||||
":kotlin-native:commonizer:test"
|
":native:kotlin-native-commonizer:test"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ dependencies {
|
|||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompileOnly(intellijPluginDep("coverage"))
|
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(commonDep("org.jetbrains", "markdown"))
|
||||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ dependencies {
|
|||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.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(intellijDep())
|
||||||
testCompile(intellijPluginDep("properties"))
|
testCompile(intellijPluginDep("properties"))
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies {
|
|||||||
|
|
||||||
compile(project(":js:js.frontend"))
|
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(intellijDep())
|
||||||
compileOnly(intellijPluginDep("gradle"))
|
compileOnly(intellijPluginDep("gradle"))
|
||||||
@@ -50,7 +50,7 @@ dependencies {
|
|||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.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(":idea:idea-new-project-wizard"))
|
||||||
|
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.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(":kotlin-reflect"))
|
||||||
testRuntime(project(":idea:idea-jvm"))
|
testRuntime(project(":idea:idea-jvm"))
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ dependencies {
|
|||||||
compile(project(":idea:idea-jvm"))
|
compile(project(":idea:idea-jvm"))
|
||||||
compile(project(":compiler:frontend"))
|
compile(project(":compiler:frontend"))
|
||||||
compile(project(":native:frontend.native"))
|
compile(project(":native:frontend.native"))
|
||||||
compile(project(":kotlin-native:kotlin-native-utils"))
|
compile(project(":native:kotlin-native-utils"))
|
||||||
|
|
||||||
compileOnly(intellijDep())
|
compileOnly(intellijDep())
|
||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ dependencies {
|
|||||||
testRuntime(project(":idea:idea-native")) { isTransitive = false }
|
testRuntime(project(":idea:idea-native")) { isTransitive = false }
|
||||||
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testRuntime(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
testRuntime(project(":native:frontend.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(":kotlin-reflect"))
|
||||||
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ dependencies {
|
|||||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||||
|
|
||||||
testRuntime(project(":native:frontend.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(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
testRuntime(project(":idea:idea-jvm"))
|
testRuntime(project(":idea:idea-jvm"))
|
||||||
testRuntime(project(":idea:idea-android"))
|
testRuntime(project(":idea:idea-android"))
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ standardPublicJars()
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(kotlinStdlib())
|
compile(kotlinStdlib())
|
||||||
compile(project(":kotlin-native:kotlin-native-utils"))
|
compile(project(":native:kotlin-native-utils"))
|
||||||
|
|
||||||
compileOnly(gradleApi())
|
compileOnly(gradleApi())
|
||||||
compileOnly("com.android.tools.build:gradle:0.4.2")
|
compileOnly("com.android.tools.build:gradle:0.4.2")
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile(gradleApi())
|
compile(gradleApi())
|
||||||
compile(project(":kotlin-gradle-plugin-api"))
|
compile(project(":kotlin-gradle-plugin-api"))
|
||||||
compile(project(":kotlin-native:kotlin-native-utils"))
|
compile(project(":native:kotlin-native-utils"))
|
||||||
}
|
}
|
||||||
|
|
||||||
val generateMppTargetContainerWithPresets by generator(
|
val generateMppTargetContainerWithPresets by generator(
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ dependencies {
|
|||||||
compileOnly(project(":daemon-common"))
|
compileOnly(project(":daemon-common"))
|
||||||
|
|
||||||
compile(kotlinStdlib())
|
compile(kotlinStdlib())
|
||||||
compile(project(":kotlin-native:kotlin-native-utils"))
|
compile(project(":native:kotlin-native-utils"))
|
||||||
compile(project(":kotlin-util-klib"))
|
compile(project(":kotlin-util-klib"))
|
||||||
compileOnly(project(":kotlin-reflect-api"))
|
compileOnly(project(":kotlin-reflect-api"))
|
||||||
compileOnly(project(":kotlin-android-extensions"))
|
compileOnly(project(":kotlin-android-extensions"))
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ dependencies {
|
|||||||
compile(kotlinStdlib())
|
compile(kotlinStdlib())
|
||||||
|
|
||||||
compile(project(":kotlin-util-klib-metadata"))
|
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 }
|
compile(project(":native:frontend.native")) { isTransitive = false }
|
||||||
|
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user