diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index b11c7fde..ea57f005 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -112,7 +112,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) { dependencies { // Used by the plugins - compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-rc-1036") + compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0") // Used by the main app compile("com.github.spullara.mustache.java:compiler:0.9.1",