extact CompileSession class; work in progress on module compilation

This commit is contained in:
Dmitry Jemerov
2011-10-28 21:17:09 +02:00
parent 68ceb9570d
commit 344dea0ad5
4 changed files with 253 additions and 140 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
import kotlin.modules.ModuleSetBuilder
fun defineModules(builder: ModuleSetBuilder) {
}
builder.module("hello") {
source files "HelloNames.kt"
}
}