mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Kotlin 1.0.4-eap-62.
This commit is contained in:
parent
99444740da
commit
fa86f90e31
8 changed files with 19 additions and 4 deletions
|
@ -13,7 +13,8 @@ object Constants {
|
|||
// "https://maven-central.storage.googleapis.com/",
|
||||
"http://repo1.maven.org/maven2/",
|
||||
"https://jcenter.bintray.com/",
|
||||
"http://repository.jetbrains.com/all/"
|
||||
"http://repository.jetbrains.com/all/",
|
||||
"https://dl.bintray.com/kotlin/kotlin-eap"
|
||||
|
||||
// snapshots
|
||||
// "https://oss.sonatype.org/content/repositories/snapshots/"
|
||||
|
|
|
@ -30,7 +30,7 @@ class KobaltSettingsXml {
|
|||
var proxies: ProxiesXml? = null
|
||||
|
||||
@XmlElement(name = "kobaltCompilerVersion") @JvmField
|
||||
var kobaltCompilerVersion: String = "1.0.3"
|
||||
var kobaltCompilerVersion: String = "1.0.4-eap-62"
|
||||
|
||||
@XmlElement(name = "kobaltCompilerRepo") @JvmField
|
||||
var kobaltCompilerRepo: String? = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue