Skip to content

Commit d254bc5

Browse files
lunakolySpace Team
authored andcommitted
Replace frontend with config in :compiler:plugin-api's dependencies
It's not strictly necessary.
1 parent 3f9bec7 commit d254bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/plugin-api/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ plugins {
66

77
dependencies {
88
api(project(":compiler:util"))
9-
api(project(":compiler:frontend"))
9+
api(project(":compiler:config"))
10+
api(project(":compiler:psi:psi-frontend-utils"))
1011
compileOnly(intellijCore())
1112
}
1213

0 commit comments

Comments
 (0)