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

Update to 3959.

This commit is contained in:
Cedric Beust 2015-12-05 17:16:37 -08:00
parent b8dc2bdaf7
commit 07a0f69d8f
2 changed files with 3 additions and 3 deletions

View file

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