Hi, 👋
I have some questions:
• is KMM production ready now?
• Can shared module use any Kt library for both Android and iOS module?
Thank you.
r
ribesg
05/05/2023, 9:26 AM
• I've been using KMM in production since 2019
• No. Any Kotlin Multiplatform Library supporting Android and iOS, yes. Not every Kotlin library is multiplatform or support both Android and iOS. For example, most ~recent Android libraries are Kotlin libraries, but almost none of them are multiplatform or support iOS
The amount of KM libraries is growing fast though
n
Nicklas Jensen
05/05/2023, 12:27 PM
Whether something is "production ready" is all a matter of your own preference. In Cardlay we have been using Kotlin Multiplatform in production since 2020
j
Joel Denke
05/18/2023, 6:36 AM
If production ready, if using only Android and desktop Yes. For iOS and Web works but web experimental.
Depends scaling in all platforms or some I think and how large app codebase is or will be. The more people/companies adopt it, the better it will be :)