aboutsummaryrefslogtreecommitdiff
path: root/integration-tests
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-10 15:17:02 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-13 14:23:08 +0200
commit121e78cbdbd8dfbdebf25c67e0466ff413bcb2b3 (patch)
treed09e1e0f44bfe6e33f1f5e552f2174b88e5e0e99 /integration-tests
parent5b99af982f3430910e9ee4eaf3499cc636884167 (diff)
downloaddokka-121e78cbdbd8dfbdebf25c67e0466ff413bcb2b3.tar.gz
dokka-121e78cbdbd8dfbdebf25c67e0466ff413bcb2b3.tar.bz2
dokka-121e78cbdbd8dfbdebf25c67e0466ff413bcb2b3.zip
Fix it-multiplatform-0
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts
index 1059f21a..247e4c15 100644
--- a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts
+++ b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts
@@ -1,4 +1,4 @@
-import org.jetbrains.dokka.gradle.dokka
+import org.jetbrains.dokka.gradle.DokkaTask
plugins {
kotlin("multiplatform")
@@ -14,7 +14,7 @@ kotlin {
js()
}
-dokka {
+tasks.withType<DokkaTask> {
dokkaSourceSets {
create("commonMain")
create("jvmMain")