allow packages to be excluded and added kotlin-jdbc to the API
This commit is contained in:
@@ -2,10 +2,10 @@ import kotlin.modules.*
|
||||
|
||||
fun project() {
|
||||
module("apidocs") {
|
||||
classpath += "kunit/lib/junit-4.9.jar"
|
||||
classpath += "../kunit/lib/junit-4.9.jar"
|
||||
|
||||
addSourceFiles("../stdlib/ktSrc")
|
||||
addSourceFiles("../stdlib/src")
|
||||
addSourceFiles("../kunit/src/main/kotlin")
|
||||
addSourceFiles("../kotlin-jdbc/src/main/kotlin")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user