| changeset 74 | 57d9068de0ef | 
| parent 72 | 746669e015f9 | 
| child 86 | ed5dfac18c84 | 
--- a/ui/common/build.gradle.kts Sun May 04 15:16:29 2025 -0400 +++ b/ui/common/build.gradle.kts Sun May 04 16:05:40 2025 -0400 @@ -28,6 +28,7 @@ alias(libs.plugins.jetbrains.compose.multiplatform) alias(libs.plugins.kotlin.compose) id("com.geekorum.build.maven-publish") + id("com.geekorum.build.dokka") } group = "com.geekorum.aboutoss" @@ -127,3 +128,7 @@ name = artifactId } } + +dokka { + moduleName = "ui-common" +}