Minor: remove dokka stuff from build.gradle, it's now invoked via an external script

This commit is contained in:
Mike Hearn 2016-03-08 18:30:17 +01:00
parent 8d3c9643e9
commit 779e5d8af8

View File

@ -8,14 +8,6 @@ buildscript {
repositories {
mavenCentral()
}
dependencies {
// Dokka (JavaDoc equivalent for Kotlin) download is a big download and also
// can interfere with the Kotlin compiler if it gets out of sync, version wise.
// To generate API docs, uncomment this line, then uncomment 'apply plugin' line
// below, and then run 'gradle dokka' and look in core/build/dokka/core/index.html
// classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.7"
}
}
// apply plugin: 'org.jetbrains.dokka'