Skip to content

Commit 985ef36

Browse files
authored
Include common project in API docs (#280)
1 parent 88204e7 commit 985ef36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ tasks.getByName<Delete>("clean") {
6767

6868
// Merges individual module docs into a single HTML output
6969
dependencies {
70+
dokka(project(":common:"))
7071
dokka(project(":core:"))
7172
dokka(project(":compose:"))
7273
dokka(project(":integrations:room"))

0 commit comments

Comments
 (0)