[repo] KGP: remove compiler dependencies coming transitively
This commit is contained in:
committed by
Space Team
parent
ec01e037f3
commit
e2801c366b
@@ -44,13 +44,11 @@ dependencies {
|
||||
commonApi(project(":kotlin-gradle-plugin-api"))
|
||||
commonApi(project(":kotlin-gradle-plugin-model"))
|
||||
|
||||
commonCompileOnly(project(":compiler"))
|
||||
commonCompileOnly(project(":compiler:incremental-compilation-impl"))
|
||||
commonCompileOnly(project(":daemon-common"))
|
||||
commonCompileOnly(project(":kotlin-daemon-client"))
|
||||
commonCompileOnly(project(":kotlin-gradle-compiler-types"))
|
||||
commonCompileOnly(project(":kotlin-android-extensions"))
|
||||
commonCompileOnly(project(":kotlin-build-common"))
|
||||
commonCompileOnly(project(":kotlin-compiler-runner-unshaded"))
|
||||
commonCompileOnly(project(":kotlin-annotation-processing"))
|
||||
commonCompileOnly(project(":kotlin-scripting-compiler"))
|
||||
|
||||
Reference in New Issue
Block a user