Build: Fix kotlin-annotation-processing pom dependencies
#KTI-878
This commit is contained in:
@@ -7,19 +7,18 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":compiler:util"))
|
compileOnly(project(":compiler:util"))
|
||||||
api(project(":compiler:cli"))
|
compileOnly(project(":compiler:cli"))
|
||||||
api(project(":compiler:backend"))
|
compileOnly(project(":compiler:backend"))
|
||||||
api(project(":compiler:frontend"))
|
compileOnly(project(":compiler:backend.jvm.entrypoint"))
|
||||||
api(project(":compiler:frontend.java"))
|
compileOnly(project(":compiler:frontend"))
|
||||||
api(project(":compiler:plugin-api"))
|
compileOnly(project(":compiler:frontend.java"))
|
||||||
implementation(project(":compiler:backend.jvm.entrypoint"))
|
compileOnly(project(":compiler:plugin-api"))
|
||||||
|
|
||||||
compileOnly(toolsJarApi())
|
|
||||||
compileOnly(project(":kotlin-annotation-processing-cli"))
|
compileOnly(project(":kotlin-annotation-processing-cli"))
|
||||||
compileOnly(project(":kotlin-annotation-processing-base"))
|
compileOnly(project(":kotlin-annotation-processing-base"))
|
||||||
compileOnly(project(":kotlin-annotation-processing-runtime"))
|
compileOnly(project(":kotlin-annotation-processing-runtime"))
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
|
compileOnly(toolsJarApi())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||||
|
|
||||||
testImplementation(intellijCore())
|
testImplementation(intellijCore())
|
||||||
|
|||||||
Reference in New Issue
Block a user