| plugins { | |
| kotlin("jvm") | |
| id("jps-compatible") | |
| } | |
| dependencies { | |
| api(project(":compiler:util")) | |
| api(project(":compiler:frontend")) | |
| api(project(":js:js.frontend")) | |
| api(project(":wasm:wasm.config")) | |
| compileOnly(intellijCore()) | |
| } | |
| sourceSets { | |
| "main" { projectDefault() } | |
| "test" {} | |
| } |