Hi, I'm new to both KMP/CMP, and wanted to proceed...
# koin
b
Hi, I'm new to both KMP/CMP, and wanted to proceed with CMP for now as UI sharing is such an ease. I tried Koin to implement but the tutorials on YT are more focused on KMP, I'm sure if it works for CMP too. It's so much confusion for me already. What would you suggest?
j
Best not to cross-post. If you need to share in multiple channels, link to a single message thread. https://kotlinlang.slack.com/archives/C3PQML5NU/p1706341776668669
b
I'm confused where to share this post, but anyway I'll keep it in mind
j
Either channel could be appropriate. The important thing is to not fragment the conversation in separate threads. Also, many of the same users are active in both channels, so usually you don't need to ask things twice to get a response. But if you find the need, best to just share a link to the single conversation thread to prevent fragmentation and duplication.
p
@binayshaw7777 what is the difference between KMP and CMP? I'm not familiar with 'CMP'.
j
Some use CMP to refer to Compose Multiplatform.
b
@Pedro Francisco de Sousa Neto With KMP you can share your business login and create multiplatform apps easily. So you don't write your logic multiple times. And CMP refer to Compose Multiplatform as Jeff mentioned, so here you share your UI logic and now its reused across all platform (not server side obviously) and devices.
p
Okay, now I get it. Thanks!
1