What problem does it solve?
Bootstrap a new Gradle module in any Kotlin Android project by guiding the user through choosing one of three module types — library module, feature module, or dynamic feature module — and by discovering the project's existing conventions before scaffolding, avoiding hardcoded patterns.
Core Features & Use Cases
- Discovers project conventions (plugins, namespaces, sibling modules, version catalogs) to tailor scaffolding.
- Presents a decision matrix and intake questions to determine the appropriate module type (library, feature, or dynamic feature).
- Generates a scaffold with the selected Gradle setup, Android manifest defaults, and minimal wiring notes, stopping before app-level wiring.
- Supports reuse across multi-project Android codebases and aligns with existing module patterns.
Quick Start
Answer the intake questions to scaffold a new module in your Kotlin Android project.