what's the recommended acronym? I've seen both "KM...
# multiplatform
t
what's the recommended acronym? I've seen both "KMP" and "KMM"
i
I don't think there's a recommended acronym, these are two different things, no? Kotlin Multiplatform and Kotlin Multiplatform Mobile
c
They're kinda different, in that there is a dedicated "KMM" IntelliJ Plugin specifically for using KMP on both Android and iOS
k
I’d say KMM is a subset of KMP (with the Android Studio plugin being the only very specific “KMM” piece of tooling)
2
a
Yeah, maybe I’d throw in the Cocoapods Gradle Plugin under KMM too, but KMM to me is basically “KMP minus JS and desktop native targets”
k
Yeah, well, Cocoapods minus Macos, but we’re really in the weeds at that point…
t
thanks, everyone!
after I asked the question, I thought it might be "KMM is mobile-only". I might generally use "KMP" in case I want to later add web to my project 🙂
(though that would definitely be a bit later for me)