From 626b935218cc97fd7ddef4c3fbc782f9f40fa912 Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Wed, 19 Aug 2020 12:59:27 +0200 Subject: Integration Test: it-multiplatform-0: Use `configureEach` --- integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/gradle/projects') 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 { +tasks.withType().configureEach { dokkaSourceSets { configureEach { externalDocumentationLink { -- cgit