diff --git a/build.gradle.kts b/build.gradle.kts index e5d1df9c..aab123be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,6 +67,7 @@ tasks.getByName("clean") { // Merges individual module docs into a single HTML output dependencies { + dokka(project(":common:")) dokka(project(":core:")) dokka(project(":compose:")) dokka(project(":integrations:room"))