what are the most mature / standard libraries used...
# multiplatform
i
what are the most mature / standard libraries used for android/ios dev with kotlin multiple platform? e.g. what is the “go to” for navigation, state management, http requests, etc?
z
In my personal experience: • Navigation: https://voyager.adriel.cafe/ • HTTP Requests: Ktor
j
I tend to go off of the KMP-Awesome project and look for the repos with the most stars. It also depends on how you want to structure your project, whether you will use Compose Multiplatform, etc.
👍 1