After adding the plugin, verify it’s installed correctly by running:
Terminal
./gradlew lumo --plugin-help
You should see the help message with available options:
Output
Usage: ./gradlew lumo --option <value>Options: --init Initialize Lumo UI Plugin --setup Setup theme to get started and verify the configs --required-deps Returns the required dependencies to be added to the build.gradle.kts file --add <component> Add a new Lumo UI Component --plugin-help Display this help message
If you see this help message, the plugin is installed correctly and you’re ready to proceed with initialization.
To see the full list of required dependencies for your project type, run:
./gradlew lumo --required-deps
The plugin will automatically detect your project type and show the appropriate dependencies.
Make sure all required Compose dependencies are added to your build.gradle.kts file before generating components. Missing dependencies will cause compilation errors.