Kotlin Multiplatform Library – Best practices for library dependencies
I’m creating a Kotlin Multiplatform library that interacts with a Restful HTTP API service. The library depends on Ktor and Kotlin Serialization. When importing the library, users also have to import these dependencies.