diff --git a/build.gradle.kts b/build.gradle.kts index c9faa7a0..647f741f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,5 @@ import io.gitlab.arturbosch.detekt.Detekt +import org.jetbrains.dokka.gradle.DokkaTask plugins { groovy @@ -62,6 +63,9 @@ tasks { withType().configureEach { dependsOn(processResources) } + withType().configureEach { + notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/2231") + } javadoc { enabled = false }