From 03b3ddd98b54efb321f3c7c632476be940e9b9ab Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 5 Dec 2022 06:57:27 +0600 Subject: [PATCH] Revert "remove redundant dokka println" This reverts commit b53cfd5504cc8c90e86280e9675b966a01d55cb7. --- dokka/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dokka/build.gradle b/dokka/build.gradle index cf74d1c6445..d1a57dd2a0c 100644 --- a/dokka/build.gradle +++ b/dokka/build.gradle @@ -81,6 +81,9 @@ kotlin { // && it.kotlin.sourceSets.any { it.name.contains("commonMain") } && it.kotlin.sourceSets.any { it.name.contains("androidMain") } ) { + it.kotlin.sourceSets.forEach { + println(it.dependsOn) + } api it } }