Can we build sdks on KMP/KMM for native android and ios?

Hello,

We want to develop sdks that are supported by both native iOS and Android using KMP/KMM. Is it possible to build such sdks ?

1 Like

What is your concern regarding going multiplatform? I mean, we can write Kotlin code that works on both platforms, so we can definitely develop something that we can call a multiplatform “library”, “framework” or “sdk”. But it really depends on what does it do.

My concern is “Is it possible to build kotlin/Native sdk/library/framework that works for Kotlin/JVM or Native iOS apps” ?