blob: acb76c9fe65559490ff89c11ce570d9dcbbeca50 [file] [log] [blame]
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
jvmTarget = "1.6"
dependencies {
compile(project(":kotlin-stdlib"))
testCompile(project(":kotlin-test:kotlin-test-jvm"))
}
sourceSets {
"main" { }
"test" { projectDefault() }
}
testsJar {}