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:
parent
94e2e7081c
commit
0d2a206c5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue