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?
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.