FIR LC: fix light facade caching

This commit is contained in:
Ilya Kirillov
2021-11-04 15:40:46 +01:00
parent 347cb43fca
commit dd9a96a12f
14 changed files with 159 additions and 50 deletions
@@ -0,0 +1,18 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
implementation(project(":compiler:psi"))
implementation(intellijCoreDep()) { includeJars("intellij-core", rootProject = rootProject) }
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
kotlin {
explicitApi()
}