aboutsummaryrefslogtreecommitdiff
path: root/integration-tests
diff options
context:
space:
mode:
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")