From 862b66e7910630eca24d2bc9b58cb7c906b909d8 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 27 Jun 2016 01:21:34 -0800 Subject: [PATCH] 1.0.2-1. --- kobalt/src/Build.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",