extact CompileSession class; work in progress on module compilation
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import kotlin.modules.ModuleSetBuilder
|
||||
|
||||
fun defineModules(builder: ModuleSetBuilder) {
|
||||
|
||||
}
|
||||
builder.module("hello") {
|
||||
source files "HelloNames.kt"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user