Helllo Everyone, We are working on KMP + Jetpack for one of our project. I am suspecting duplicate API calls in module since Android Logcat shows duplicate Log.d() for our API calls.
We are also using Chucker a third party lib that shows unique instance of each API calls.
Does Android studio logcat shows duplicate API calls even if actual API call made only once? Or Is the UI recompostion causing the duplicate API logs?