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

Update to Kotlin 1.0.3.

This commit is contained in:
Cedric Beust 2016-06-29 22:12:17 -08:00
parent 94e2e7081c
commit 0d2a206c5e

View file

@ -27,7 +27,7 @@ class KobaltSettingsXml {
var proxies: ProxiesXml? = null
@XmlElement(name = "kobalt-compiler-version") @JvmField
var kobaltCompilerVersion: String = "1.0.2-1"
var kobaltCompilerVersion: String = "1.0.3"
@XmlElement(name = "kobalt-compiler-repo") @JvmField
var kobaltCompilerRepo: String? = null