removed some of the cruft and redundant copies of junit.jar
This commit is contained in:
@@ -2,7 +2,7 @@ import kotlin.modules.*
|
||||
|
||||
fun project() {
|
||||
module("apidocs") {
|
||||
classpath += "../kunit/lib/junit-4.9.jar"
|
||||
classpath += "../lib/junit-4.9.jar"
|
||||
|
||||
addSourceFiles("../stdlib/src")
|
||||
addSourceFiles("../kunit/src/main/kotlin")
|
||||
|
||||
Reference in New Issue
Block a user