mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Kobalt compiler to 1.0.2-1.
This commit is contained in:
parent
539c6cbda3
commit
d85048f27b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class KobaltSettingsXml {
|
||||||
var proxies: ProxiesXml? = null
|
var proxies: ProxiesXml? = null
|
||||||
|
|
||||||
@XmlElement(name = "kobalt-compiler-version") @JvmField
|
@XmlElement(name = "kobalt-compiler-version") @JvmField
|
||||||
var kobaltCompilerVersion: String = "1.0.2"
|
var kobaltCompilerVersion: String = "1.0.2-1"
|
||||||
|
|
||||||
@XmlElement(name = "kobalt-compiler-repo") @JvmField
|
@XmlElement(name = "kobalt-compiler-repo") @JvmField
|
||||||
var kobaltCompilerRepo: String? = null
|
var kobaltCompilerRepo: String? = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue