Delete all references to removed package 'kotlin.modules'

This commit is contained in:
Alexander Udalov
2015-09-14 18:22:48 +03:00
parent c7c9ec35cf
commit 90cef6553c
4 changed files with 0 additions and 33 deletions
-10
View File
@@ -1,10 +0,0 @@
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")
}
}