File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
build-logic/src/main/kotlin/ktorbuild Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import org.gradle.kotlin.dsl.assign
99import org.gradle.kotlin.dsl.getValue
1010import org.gradle.kotlin.dsl.provideDelegate
1111import org.gradle.kotlin.dsl.withType
12+ import org.jetbrains.dokka.gradle.tasks.DokkaGenerateModuleTask
1213import org.jetbrains.dokka.gradle.tasks.DokkaGeneratePublicationTask
1314import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
1415import org.jetbrains.kotlin.gradle.plugin.mpp.DefaultCInteropSettings
@@ -75,4 +76,7 @@ fun KotlinMultiplatformExtension.createCInterop(
7576 project.tasks.withType<DokkaGeneratePublicationTask >()
7677 .named { it == " dokkaGeneratePublicationHtml" }
7778 .configureEach { notCompatibleWithConfigurationCache(" Workaround for KT-76147" ) }
79+ project.tasks.withType<DokkaGenerateModuleTask >()
80+ .named { it == " dokkaGenerateModuleHtml" }
81+ .configureEach { notCompatibleWithConfigurationCache(" Workaround for KT-76147" ) }
7882}
You can’t perform that action at this time.
0 commit comments