diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 3f87c39c..987f2df9 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -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",