mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Update to 1103.
This commit is contained in:
parent
c414840ffa
commit
74fec51424
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class KotlinCompiler @Inject constructor(val localRepo : LocalRepo,
|
||||||
val executors: KobaltExecutors,
|
val executors: KobaltExecutors,
|
||||||
val jvmCompiler: JvmCompiler) {
|
val jvmCompiler: JvmCompiler) {
|
||||||
companion object {
|
companion object {
|
||||||
val KOTLIN_VERSION = "1.0.0-beta-1038"
|
val KOTLIN_VERSION = "1.0.0-beta-1103"
|
||||||
}
|
}
|
||||||
|
|
||||||
val compilerAction = object: ICompilerAction {
|
val compilerAction = object: ICompilerAction {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue