Hi guys, I was started learning multiplatform and now I have basic knowledge of this. My goal is to create a network library which works on Android and iOS. So what is the best recommendations to build library in multiplatform? I was never created a library before. Many thanks.
Couple of general best practices - make sure you run your tests for all platforms while developing the library, not just on JVM/Android. Also, write sample apps that consume the library for both Android and iOS so you know if you’re creating an API that is Swift-friendly 🙂
k
KotlinLeaner
11/30/2022, 3:19 PM
@ayodele Many thanks to you for providing me great article. Actually I already read that article and I have basic knowledge about KMM library. I want to know is there any project that are working in live and great resource of learning as well. Thanks 👍
KotlinLeaner
11/30/2022, 3:21 PM
@psh Many thanks to you for great guidance. I'll make sure I'll test all the platforms and make a sample app for that.