1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Update to 2423.

This commit is contained in:
Cedric Beust 2015-11-17 04:20:28 -08:00
parent e5d0d9193a
commit 614235452d

View file

@ -31,7 +31,7 @@ class KotlinCompiler @Inject constructor(val localRepo : LocalRepo,
val executors: KobaltExecutors,
val jvmCompiler: JvmCompiler) {
companion object {
val KOTLIN_VERSION = "1.0.0-beta-1103"
val KOTLIN_VERSION = "1.0.0-beta-2423"
}
val compilerAction = object: ICompilerAction {