Update Dokka to 1.6.0 and migrate settings (#1804)
Bump knit to 0.3.0 and add dokka-pathsaver-plugin
Update docs with a newer version of knit
Run knit on docs after rebasing on 1.3.2
diff --git a/build.gradle b/build.gradle
index 2353717..845f7e4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -99,6 +99,11 @@
// Build API docs for all modules with dokka before running Knit
knitPrepare.dependsOn "dokka"
+apply plugin: 'org.jetbrains.dokka'
+dependencies {
+ dokkaPlugin("org.jetbrains.kotlinx:dokka-pathsaver-plugin:$knit_version")
+}
+
allprojects {
group 'org.jetbrains.kotlinx'