blob: aa76b08ec886d7202aaaa3c0c7ff6495a4ee8129 [file] [log] [blame] [edit]
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
testRuntime(intellijDep())
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectDist(":kotlin-script-runtime"))
testCompile(projectDist(":kotlin-stdlib"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
}
sourceSets {
"main" { }
"test" { projectDefault() }
}
projectTest {
workingDir = rootDir
}