blob: b55ec0b9486e90a51ed56ed45149babf55c6d164 [file] [log] [blame] [edit]
apply { plugin("kotlin") }
dependencies {
testCompile(projectTests(":compiler:tests-common"))
}
sourceSets {
"main" { }
"test" { projectDefault() }
}
projectTest {
workingDir = rootDir
}