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

Upgrade to Kotlin 1.0.0.

This commit is contained in:
Cedric Beust 2016-02-15 08:05:14 -08:00
parent e25b62a01e
commit 645a0d94ee

View file

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