blob: 439d7e17ff399763aa534ba9299e9dd7836bc370 [file] [log] [blame] [edit]
apply { plugin("kotlin") }
dependencies {
compile(projectDist(":kotlin-stdlib"))
compileOnly(project(":kotlin-reflect-api"))
compile(project(":compiler:util"))
compile(project(":compiler:cli-common"))
compile(project(":compiler:frontend.java"))
compile(ideaSdkCoreDeps("intellij-core", "util"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}