Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 634 Bytes

File metadata and controls

29 lines (18 loc) · 634 Bytes

majestic

Majestic is a Kotlin Multiplatform Compose UI library for building shared product interfaces across supported platforms.

Documentation

Majestic documentation is generated with Dokka and published into the repository's docs directory.

From the majestic root, run:

./gradlew :docs

This task generates the Dokka HTML site and copies the built files to:

docs

Open docs/index.html to inspect the generated documentation locally.

If you only need Dokka's raw generated output, use:

./gradlew :dokkaGeneratePublicHtml

That writes the intermediate site to build/dokka/html.