This is an automated archive made by the Lemmit Bot.

The original was posted on /r/androiddev by /u/nomanr on 2025-01-20 12:16:44+00:00.


I built a Gradle plugin (CLI utility) that you can use to build your component library.

how does it work?

It’s not a packaged library. Instead, it generates the UI components directly in your codebase. Which allows you to:

  • direct bug fixes; otherwise, you’ll create a PR to the lib or wait for someone to fix and release it)

  • can make any enhancement to the components

  • easy adaptation to your app’s design system.

The components are high quality, and the source code is influenced by how Material3 is built.

The components generally work in Compose Multiplatform but require minor adjustments. Full support is in progress.