Move KotlinBinaryClassCache to separate module, so it can be used outside FE1.0

This commit is contained in:
Ilya Kirillov
2021-12-16 11:08:25 +03:00
parent 25fe14b514
commit 52baf7338e
8 changed files with 35 additions and 39 deletions
+2
View File
@@ -11,6 +11,8 @@ dependencies {
api("javax.annotation:jsr250-api:1.0")
api(project(":compiler:frontend"))
api(project(":compiler:resolution.common.jvm"))
api(project(":compiler:frontend.common.jvm"))
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))