with the KoinJavaComponent in Koin 2.0, how do you...
# koin
k
with the KoinJavaComponent in Koin 2.0, how do you do a get() on a generic class? E.g. MutableLiveData<LoginState>? get(MutableLiveData<LoginState>.class) doesn't work 😞