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:
parent
ec398e0c8a
commit
5dc1953ea8
2 changed files with 59 additions and 82 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue