| changeset 74 | 57d9068de0ef | 
| parent 72 | 746669e015f9 | 
| child 86 | ed5dfac18c84 | 
--- a/ui/material2/build.gradle.kts Sun May 04 15:16:29 2025 -0400 +++ b/ui/material2/build.gradle.kts Sun May 04 16:05:40 2025 -0400 @@ -29,6 +29,7 @@ alias(libs.plugins.kotlinx.serialization) id("com.geekorum.build.source-license-checker") id("com.geekorum.build.maven-publish") + id("com.geekorum.build.dokka") } group = "com.geekorum.aboutoss" @@ -127,4 +128,8 @@ pom { name = artifactId } +} + +dokka { + moduleName = "ui-material" } \ No newline at end of file