With Kotlin Multiplatform getting increasingly established, many Android libraries became multiplatform.
But how to make an existing Android library multiplatform?
In this talk, we will cover the common challenges faced while migrating Android libraries to Kotlin Multiplatform, like handling platform-specific dependencies, re-organizing the project structure without losing the contributor's history, testing on multiple platforms, and publishing the library.