[light classes] introduce light-classes-base module
^KT-53097
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
plugins {
|
||||||
|
kotlin("jvm")
|
||||||
|
id("jps-compatible")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
api(project(":compiler:util"))
|
||||||
|
api(project(":compiler:frontend.common"))
|
||||||
|
api(project(":compiler:frontend.common-psi"))
|
||||||
|
api(project(":compiler:resolution.common.jvm"))
|
||||||
|
api(project(":core:compiler.common.jvm"))
|
||||||
|
compileOnly(intellijCore())
|
||||||
|
}
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
"main" { projectDefault() }
|
||||||
|
"test" {}
|
||||||
|
}
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
@@ -9,6 +8,7 @@ dependencies {
|
|||||||
api(project(":compiler:backend"))
|
api(project(":compiler:backend"))
|
||||||
api(project(":compiler:frontend"))
|
api(project(":compiler:frontend"))
|
||||||
api(project(":compiler:frontend.java"))
|
api(project(":compiler:frontend.java"))
|
||||||
|
api(project(":compiler:light-classes-base"))
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
||||||
@@ -19,4 +19,3 @@ sourceSets {
|
|||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {}
|
"test" {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -145,6 +145,7 @@ include ":benchmarks",
|
|||||||
":compiler:backend",
|
":compiler:backend",
|
||||||
":compiler:plugin-api",
|
":compiler:plugin-api",
|
||||||
":compiler:light-classes",
|
":compiler:light-classes",
|
||||||
|
":compiler:light-classes-base",
|
||||||
":compiler:javac-wrapper",
|
":compiler:javac-wrapper",
|
||||||
":compiler:cli",
|
":compiler:cli",
|
||||||
":compiler:cli-js",
|
":compiler:cli-js",
|
||||||
|
|||||||
Reference in New Issue
Block a user