blob: 26b97121e636a1872bc13fd9587f49b4e2ed570c [file] [log] [blame] [edit]
import kotlin.modules.*
fun project() {
module("kunit") {
// TODO how to refer to the dir of the module?
classpath += "lib/junit-4.11.jar"
addSourceFiles("src/main/kotlin")
}
}