We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
frontend
config
:compiler:plugin-api
1 parent 3f9bec7 commit d254bc5Copy full SHA for d254bc5
compiler/plugin-api/build.gradle.kts
@@ -6,7 +6,8 @@ plugins {
6
7
dependencies {
8
api(project(":compiler:util"))
9
- api(project(":compiler:frontend"))
+ api(project(":compiler:config"))
10
+ api(project(":compiler:psi:psi-frontend-utils"))
11
compileOnly(intellijCore())
12
}
13
0 commit comments