I've been working on some library which we want to ship for both Android and iOS, so far we were working for Android and iOS separately. Now considering that so many people started using KMM for their application, I just wanted to know if anyone has tried shipping a library created using Kotlin for both Android and iOS and what was their experience and the challenges that was faced during development and the integration of that library by the users.
Will it have any impact if I build my library using Kotlin 1.3.X version and user is on 1.2.X or 1.4.X?