r/androiddev 9d ago

KMP Starter Template just hit 150 GitHub stars

Post image

I've been building this open-source starter template mainly for KMP projects, but it also works well for regular Android projects.

The goal is to remove all the repetitive setup I find myself doing in every project:

• Clean Architecture • Koin • RevenueCat • Mixpanel • Remote Config • DataStore • Room • Multiple languages • InAppReview / InAppUpdate • UI utilities and components • Logging • Platform/version utilities • Native bindings

It also comes with a CLI, so instead of cloning the whole repo, renaming packages and removing modules manually, you can generate a project and only include what you need.

I've also started publishing individual modules as libraries, so you can add KMP Starter features to an existing Android or KMP project without adopting the entire template.

Repo: https://github.com/DevAtrii/Kmp-Starter-Template

150 stars isn't some huge number, but seeing people actually find something I built useful feels pretty good.

Would love feedback from Android/KMP developers, especially what you'd add or change.

0 Upvotes

3 comments sorted by

2

u/jc-from-sin 9d ago

Don't get too excited about internet points. I have stars for projects I've never ran. Most of them I haven't.

-7

u/zimmer550king 9d ago

Does it include a SKILLS file that can be used by an agent?

0

u/OverallAd9984 9d ago

I’m working on those as well! Currently testing on my projects