Delete all references to removed package 'kotlin.modules'
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import kotlin.modules.*
|
||||
|
||||
fun project() {
|
||||
module("apidocs") {
|
||||
addSourceFiles("src/core")
|
||||
addSourceFiles("src/html5")
|
||||
addSourceFiles("src/jquery")
|
||||
addSourceFiles("src/raphael")
|
||||
}
|
||||
}
|
||||
@@ -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")
|
||||
}
|
||||
}
|
||||
@@ -37,10 +37,6 @@ IO API for working with files and streams.
|
||||
|
||||
Mathematics API.
|
||||
|
||||
# Package kotlin.modules
|
||||
|
||||
API for defining compilation units.
|
||||
|
||||
# Package kotlin.platform
|
||||
|
||||
APIs for customizing the code generated by the Kotlin compiler for better interoperability with
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
import kotlin.modules.*
|
||||
|
||||
fun project() {
|
||||
module("testlib") {
|
||||
classpath += "lib/junit-4.11.jar"
|
||||
|
||||
addSourceFiles("test")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user