1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-06-27 01:21:34 -08:00
parent 43aa925da6
commit 862b66e791

View file

@ -123,7 +123,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
dependencies {
// Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.2")
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.2-1")
// Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1",