Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3663

Kotlin Multiplatform Library - Best practices for library dependencies

$
0
0

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.

  1. What are the best practices when using dependencies on libraries?
  2. What can I do to facilitate library installation for the developer?
  3. Is there a way to avoid using dependencies when creating a library that needs a HTTP client?

Thank you!


Viewing all articles
Browse latest Browse all 3663

Trending Articles