mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
kotlin 1.0.4.
This commit is contained in:
parent
850e335843
commit
336ba11dcc
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ import com.beust.kobalt.ProxyConfig
|
||||||
import com.beust.kobalt.homeDir
|
import com.beust.kobalt.homeDir
|
||||||
import com.beust.kobalt.misc.KFiles
|
import com.beust.kobalt.misc.KFiles
|
||||||
import com.beust.kobalt.misc.kobaltLog
|
import com.beust.kobalt.misc.kobaltLog
|
||||||
import com.beust.kobalt.misc.log
|
|
||||||
import com.google.inject.Inject
|
import com.google.inject.Inject
|
||||||
import com.google.inject.Singleton
|
import com.google.inject.Singleton
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
@ -31,7 +30,7 @@ class KobaltSettingsXml {
|
||||||
var proxies: ProxiesXml? = null
|
var proxies: ProxiesXml? = null
|
||||||
|
|
||||||
@XmlElement(name = "kobaltCompilerVersion") @JvmField
|
@XmlElement(name = "kobaltCompilerVersion") @JvmField
|
||||||
var kobaltCompilerVersion: String = "1.0.4-eap-62"
|
var kobaltCompilerVersion: String = "1.0.4"
|
||||||
|
|
||||||
@XmlElement(name = "kobaltCompilerRepo") @JvmField
|
@XmlElement(name = "kobaltCompilerRepo") @JvmField
|
||||||
var kobaltCompilerRepo: String? = null
|
var kobaltCompilerRepo: String? = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue