Skip to content

Commit

Permalink
Clean the cache when creating DokkaGenerator so that it is cleared …
Browse files Browse the repository at this point in the history
…in tests.
  • Loading branch information
whyoleg committed Jan 30, 2025
1 parent 2122095 commit 730003e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public class DokkaGenerator(
private val configuration: DokkaConfiguration,
private val logger: DokkaLogger
) {
init {
DisplaySourceSetCaches.clear()
}

public fun generate() {
timed(logger) {
Expand Down

0 comments on commit 730003e

Please sign in to comment.