Build: Remove unused dependencies on :kotlin-compiler project

#KTI-1598
This commit is contained in:
Vyacheslav Gerasimov
2024-02-22 13:16:07 +01:00
committed by Space Team
parent 5ddc7b47ef
commit f924de5a2c
4 changed files with 0 additions and 5 deletions
@@ -170,7 +170,6 @@ dependencies {
compilerApi project(":native:objcexport-header-generator-k1")
compilerApi project(":native:base")
compilerImplementation project(":kotlin-compiler")
compilerApi project(":native:kotlin-native-utils")
compilerApi project(":core:descriptors")
compilerApi project(":core:compiler.common.native")
@@ -1468,7 +1468,6 @@ pluginTest("runtime_basic_init", "nopPlugin") {
}
dependencies {
nopPluginApi kotlinCompilerModule
nopPluginApi project(":native:kotlin-native-utils")
nopPluginApi project(":core:descriptors")
nopPluginApi project(":compiler:ir.tree")
@@ -1482,7 +1481,6 @@ dependencies {
nopPluginApi project(":kotlin-util-klib-metadata")
nopPluginApi project(":compiler:ir.serialization.common")
implementation kotlinCompilerModule
api project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
api libs.junit4
}
-1
View File
@@ -14,7 +14,6 @@ dependencies {
testApi(project(":compiler:backend"))
testApi(project(":compiler:cli"))
testApi(project(":kotlin-assignment-compiler-plugin.cli"))
testCompileOnly(project(":kotlin-compiler"))
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
testApi(projectTests(":compiler:tests-common-new"))
@@ -14,7 +14,6 @@ dependencies {
testApi(project(":compiler:backend"))
testApi(project(":compiler:cli"))
testApi(project(":kotlin-sam-with-receiver-compiler-plugin.cli"))
testCompileOnly(project(":kotlin-compiler"))
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
testApi(platform(libs.junit.bom))