diff options
-rw-r--r-- | integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 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 5ee2ec36..fb0e4b7c 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts +++ b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts @@ -22,7 +22,7 @@ kotlin { } } -tasks.withType<DokkaTask> { +tasks.withType<DokkaTask>().configureEach { dokkaSourceSets { configureEach { externalDocumentationLink { |