Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Add workaround for Kotlin/dokka#3153
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Sep 2, 2023
1 parent e284663 commit 0e1510d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Expand Up @@ -8,3 +8,6 @@ org.gradle.parallel=true
# Disabled until https://github.com/gradle/gradle/issues/21547 is fixed
# See also: disabled reporting in build.gradle.kts
kotlin.tests.individualTaskReports=true

# Workaround for https://github.com/Kotlin/dokka/issues/3153
org.jetbrains.dokka.classpath.useNativeDistributionAccessor=true

0 comments on commit 0e1510d

Please sign in to comment.