https://kotlinlang.org logo
Title
u

user

07/19/2022, 12:01 PM
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.core:core-ktx:1.8.0' implementation "androidx.compose.material:material:$compose_version" implementation...