1
0
Fork 0
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:
Cedric Beust 2016-06-01 21:23:41 -08:00
parent 48b5ad631d
commit 6e32b4ade2
4 changed files with 8 additions and 8 deletions

View file

@ -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",