mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Rename Kotlin/Native modules for uniformity
This commit is contained in:
@@ -613,7 +613,7 @@ tasks {
|
||||
register("konan-tests") {
|
||||
dependsOn("dist")
|
||||
dependsOn(
|
||||
":kotlin-native:commonizer:test"
|
||||
":native:kotlin-native-commonizer:test"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user