1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-05-30 12:22:18 -07:00
parent 31b79c7e50
commit 6ac16074f0

View file

@ -161,7 +161,7 @@ class KotlinCompiler @Inject constructor(
}
class KConfiguration @Inject constructor(val compiler: KotlinCompiler){
val classpath = arrayListOf<String>()
private val classpath = arrayListOf<String>()
val dependencies = arrayListOf<IClasspathDependency>()
var source = arrayListOf<String>()
var output: File by Delegates.notNull()