Skip to content

Commit 5e7ab52

Browse files
authored
Fix the incorrect package-list location produced by Dokka (#580)
Fixes #268 Solution proposed by @adam-enko. The approach is to use the multi-module configuration of Dokka, and this change is a succinct way of doing that.
1 parent b15c973 commit 5e7ab52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,7 @@ apiValidation {
416416
enabled = true
417417
}
418418
}
419+
420+
dependencies {
421+
dokka(project)
422+
}

0 commit comments

Comments
 (0)