We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88204e7 commit 985ef36Copy full SHA for 985ef36
build.gradle.kts
@@ -67,6 +67,7 @@ tasks.getByName<Delete>("clean") {
67
68
// Merges individual module docs into a single HTML output
69
dependencies {
70
+ dokka(project(":common:"))
71
dokka(project(":core:"))
72
dokka(project(":compose:"))
73
dokka(project(":integrations:room"))
0 commit comments