I am building a mobile and web SDK to consume our platform API (s). We are a very small team and do not want to depend on multiple mobile and web platforms.
I was reading about kotlin multiplatform and using the official guidance, we can achieve interoperability (IMO) in terms of writing a single code base and a plug-in as a library to multiple platforms such as JS, Native Android, IOS, and non-native platforms such as react-native and Flutter.
What would be the good approach and links to develop such a library incase it's possible? Any thoughts on it?
Thanks