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:
parent
48b5ad631d
commit
6e32b4ade2
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue