Build: Remove unused dependencies on :kotlin-compiler project
#KTI-1598
This commit is contained in:
committed by
Space Team
parent
5ddc7b47ef
commit
f924de5a2c
@@ -170,7 +170,6 @@ dependencies {
|
|||||||
compilerApi project(":native:objcexport-header-generator-k1")
|
compilerApi project(":native:objcexport-header-generator-k1")
|
||||||
compilerApi project(":native:base")
|
compilerApi project(":native:base")
|
||||||
|
|
||||||
compilerImplementation project(":kotlin-compiler")
|
|
||||||
compilerApi project(":native:kotlin-native-utils")
|
compilerApi project(":native:kotlin-native-utils")
|
||||||
compilerApi project(":core:descriptors")
|
compilerApi project(":core:descriptors")
|
||||||
compilerApi project(":core:compiler.common.native")
|
compilerApi project(":core:compiler.common.native")
|
||||||
|
|||||||
@@ -1468,7 +1468,6 @@ pluginTest("runtime_basic_init", "nopPlugin") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
nopPluginApi kotlinCompilerModule
|
|
||||||
nopPluginApi project(":native:kotlin-native-utils")
|
nopPluginApi project(":native:kotlin-native-utils")
|
||||||
nopPluginApi project(":core:descriptors")
|
nopPluginApi project(":core:descriptors")
|
||||||
nopPluginApi project(":compiler:ir.tree")
|
nopPluginApi project(":compiler:ir.tree")
|
||||||
@@ -1482,7 +1481,6 @@ dependencies {
|
|||||||
nopPluginApi project(":kotlin-util-klib-metadata")
|
nopPluginApi project(":kotlin-util-klib-metadata")
|
||||||
nopPluginApi project(":compiler:ir.serialization.common")
|
nopPluginApi project(":compiler:ir.serialization.common")
|
||||||
|
|
||||||
implementation kotlinCompilerModule
|
|
||||||
api project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
|
api project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
|
||||||
api libs.junit4
|
api libs.junit4
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ dependencies {
|
|||||||
testApi(project(":compiler:backend"))
|
testApi(project(":compiler:backend"))
|
||||||
testApi(project(":compiler:cli"))
|
testApi(project(":compiler:cli"))
|
||||||
testApi(project(":kotlin-assignment-compiler-plugin.cli"))
|
testApi(project(":kotlin-assignment-compiler-plugin.cli"))
|
||||||
testCompileOnly(project(":kotlin-compiler"))
|
|
||||||
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
|
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
|
||||||
|
|
||||||
testApi(projectTests(":compiler:tests-common-new"))
|
testApi(projectTests(":compiler:tests-common-new"))
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ dependencies {
|
|||||||
testApi(project(":compiler:backend"))
|
testApi(project(":compiler:backend"))
|
||||||
testApi(project(":compiler:cli"))
|
testApi(project(":compiler:cli"))
|
||||||
testApi(project(":kotlin-sam-with-receiver-compiler-plugin.cli"))
|
testApi(project(":kotlin-sam-with-receiver-compiler-plugin.cli"))
|
||||||
testCompileOnly(project(":kotlin-compiler"))
|
|
||||||
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
|
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
|
||||||
|
|
||||||
testApi(platform(libs.junit.bom))
|
testApi(platform(libs.junit.bom))
|
||||||
|
|||||||
Reference in New Issue
Block a user