<None of the following functions can be called wit...
# stackoverflow
u
None of the following functions can be called with the arguments supplied on koin in jetpack compose I am using koin v3.2.0 in my jetpack compose application. I am getting weird issue on my viewModelOf. I imported correctly as well from the sample project. dependencies { implementation 'androidx.corecore ktx1.8.0' implementation "androidx.compose.materialmaterial$compose_version" implementation...