mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
1.0.6.
This commit is contained in:
parent
25a5ef9195
commit
66b87981b1
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Used by the plugins
|
// Used by the plugins
|
||||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.5")
|
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.6")
|
||||||
|
|
||||||
// Used by the main app
|
// Used by the main app
|
||||||
compile("com.github.spullara.mustache.java:compiler:0.9.1",
|
compile("com.github.spullara.mustache.java:compiler:0.9.1",
|
||||||
|
|
|
@ -30,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.5"
|
var kobaltCompilerVersion: String = "1.0.6"
|
||||||
|
|
||||||
@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