Clean Architecture
Generates a strictly layered architecture (Domain, Data, UI, Model, Navigation) ensuring your project stays maintainable as it grows.
An opinionated IntelliJ IDEA and Android Studio plugin that generates production-ready Kotlin Multiplatform (KMP) projects. Free core templates for Android and Desktop using industry-standard architecture.
Generates a strictly layered architecture (Domain, Data, UI, Model, Navigation) ensuring your project stays maintainable as it grows.
Pre-configured with Room 3 (SQLite), Navigation 3 for type-safe routing, and Compose Multiplatform for shared UI across platforms.
Includes Koin with Annotation processing, providing a clean and efficient DI setup without the boilerplate.
Uses Convention Plugins and Version Catalogs (libs.versions.toml) to keep your build logic organized and dependencies centralized.
Access the standard Clean Architecture templates for Android and Desktop at no cost. Perfect for individual developers and startups.
Unlock advanced Enterprise features and specialized architecture patterns with a Pro license.
Search for KMP Project Wizard in your IDE's marketplace settings, or use the smart button below:
Go to File > New > Project... and select the KMP Project template from the list.
Enter your package name, select your target platforms (Android/Desktop), and click Create.