mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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
|
@ -126,7 +126,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
|
||||
dependencies {
|
||||
// Used by the plugins
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0")
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.2")
|
||||
|
||||
// Used by the main app
|
||||
compile("com.github.spullara.mustache.java:compiler:0.9.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue