refactored the maven project structure so that things are in a simpler tree structure to avoid folks getting lost
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import kotlin.modules.*
|
||||
|
||||
fun project() {
|
||||
module("apidocs") {
|
||||
classpath += "../lib/junit-4.9.jar"
|
||||
|
||||
addSourceFiles("../stdlib/src")
|
||||
addSourceFiles("../kunit/src/main/kotlin")
|
||||
addSourceFiles("../kotlin-jdbc/src/main/kotlin")
|
||||
//addSourceFiles("../kotlin-swing/src/main/kotlin")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user