Vikram Singh
Vikram Singh
Any update on this issue?
> Hi folks, we build a solution based on @palatin example. > > ```kotlin > import io.mockk.MockKMatcherScope > import kotlin.coroutines.Continuation > > inline fun MockKMatcherScope.suspendReflectionInvoke( > instance: Any, > function:...
I am also getting this issue, like whenever I set the adapter, and after that I invalidate it and again notify it , MaterialBetterSpinner didn't work, ArrayList modelArrayList; SpinnerAdapter spinnerAdapter;...
just add, android:singleLine="true" It will work perfectly
One way is to create a dependency graph from there like we do with hilt or dagger, and remove the annotation from the class, it will work, bcz i had...
I don't know, whether it helped or not, You can see this repo, for this use case, Repository: https://github.com/TheReprator/AccountBook_Backend/tree/koinAnnotation Branch: koinAnnotation More specifically, like this, https://github.com/TheReprator/AccountBook_Backend/blob/koinAnnotation/api/userIdentity/src/main/kotlin/dev/reprator/userIdentity/di/UserIdentityModule.kt But you will not...