aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-customFormat-example
diff options
context:
space:
mode:
authorvmishenev <vad-mishenev@yandex.ru>2021-11-23 13:32:47 +0300
committerGitHub <noreply@github.com>2021-11-23 13:32:47 +0300
commit8d151d1b5c99cded45bd8d60919b17f797e36116 (patch)
tree9c412027559d092d4831816a30df94a26a336710 /examples/gradle/dokka-customFormat-example
parentaf81f9db62cdff3baaf8cc81835457940747ebe6 (diff)
downloaddokka-8d151d1b5c99cded45bd8d60919b17f797e36116.tar.gz
dokka-8d151d1b5c99cded45bd8d60919b17f797e36116.tar.bz2
dokka-8d151d1b5c99cded45bd8d60919b17f797e36116.zip
Update README, docs and examples to 1.6 (#2237)
Diffstat (limited to 'examples/gradle/dokka-customFormat-example')
-rw-r--r--examples/gradle/dokka-customFormat-example/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/gradle/dokka-customFormat-example/build.gradle.kts b/examples/gradle/dokka-customFormat-example/build.gradle.kts
index 8aa3e1ab..dd17795b 100644
--- a/examples/gradle/dokka-customFormat-example/build.gradle.kts
+++ b/examples/gradle/dokka-customFormat-example/build.gradle.kts
@@ -1,13 +1,13 @@
import org.jetbrains.dokka.gradle.DokkaTask
plugins {
- kotlin("jvm") version "1.5.30"
- id("org.jetbrains.dokka") version ("1.5.30")
+ kotlin("jvm") version "1.6.0"
+ id("org.jetbrains.dokka") version ("1.6.0")
}
buildscript {
dependencies {
- classpath("org.jetbrains.dokka:dokka-base:1.5.30")
+ classpath("org.jetbrains.dokka:dokka-base:1.6.0")
}
}