Fix explicit api issues in analysis modules

Explicit api mode was not working due to the bug.

^KT-57653
This commit is contained in:
Yahor Berdnikau
2023-05-05 10:06:00 +02:00
committed by Space Team
parent 1860683a71
commit d57623891d
13 changed files with 31 additions and 35 deletions
@@ -3,10 +3,6 @@ plugins {
id("jps-compatible")
}
kotlin {
explicitApiWarning()
}
dependencies {
implementation(intellijCore())
implementation(project(":compiler:psi"))