1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-12-07 13:50:46 -08:00
parent 8c29914193
commit 7ec673c41e
6 changed files with 7 additions and 6 deletions

View file

@ -30,7 +30,7 @@ class KobaltSettingsXml {
var proxies: ProxiesXml? = null
@XmlElement(name = "kobaltCompilerVersion") @JvmField
var kobaltCompilerVersion: String = "1.0.4"
var kobaltCompilerVersion: String = "1.0.5"
@XmlElement(name = "kobaltCompilerRepo") @JvmField
var kobaltCompilerRepo: String? = null