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

Update to Kotlin 1.0.2.

This commit is contained in:
Cedric Beust 2016-06-01 21:23:41 -08:00
parent 48b5ad631d
commit 6e32b4ade2
4 changed files with 8 additions and 8 deletions

View file

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