KMM vs KMP

Hi there.
I am looking at Kotlin Multiplatform, and there seem to be a difference between Kotlin Multiplatform ( KMP ) and the more specific Kotlin Multiplatform Mobile (KMM ).
Is there really a difference?
If I start a project with KMM and it’s Android Studio plugin, initially as an Android/iOS cross-platform solution, would I be able to then open it up for javascript later on, or am limiting myself to mobile only?
Thanks!

1 Like

I kind of view KMM as a marketing term and a way to distinguish the use case from those targeting the browser. All of it is Kotlin Multiplatform, but slightly different use cases. You are not limiting yourself.