1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Remove dokka from KotlinPlugin.

This commit is contained in:
Cedric Beust 2015-12-28 05:22:19 +04:00
parent ec398e0c8a
commit 5dc1953ea8
2 changed files with 59 additions and 82 deletions

View file

@ -111,8 +111,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
dependencies {
// Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-4584",
"org.jetbrains.dokka:dokka-fatjar:0.9.3")
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-4584")
// Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1",