| plugins { | |
| kotlin("jvm") | |
| id("jps-compatible") | |
| } | |
| dependencies { | |
| implementation(project(":compiler:psi")) | |
| implementation(project(":analysis:light-classes-base")) | |
| implementation(intellijCore()) | |
| compileOnly(libs.guava) | |
| } | |
| sourceSets { | |
| "main" { projectDefault() } | |
| "test" { none() } | |
| } |