Hi, :wave: I have some questions: - is KMM produc...
# multiplatform
t
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
• 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
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
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 :)