mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
private
This commit is contained in:
parent
31b79c7e50
commit
6ac16074f0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class KotlinCompiler @Inject constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
class KConfiguration @Inject constructor(val compiler: KotlinCompiler){
|
class KConfiguration @Inject constructor(val compiler: KotlinCompiler){
|
||||||
val classpath = arrayListOf<String>()
|
private val classpath = arrayListOf<String>()
|
||||||
val dependencies = arrayListOf<IClasspathDependency>()
|
val dependencies = arrayListOf<IClasspathDependency>()
|
||||||
var source = arrayListOf<String>()
|
var source = arrayListOf<String>()
|
||||||
var output: File by Delegates.notNull()
|
var output: File by Delegates.notNull()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue