blob: 00b1ab499a2892400a57a4cca0f228519dac08eb [file] [log] [blame]
apply { plugin("kotlin") }
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(ideaSdkDeps("openapi"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}