is liveData block still a thing? I can't seem to u...
# coroutines
i
is liveData block still a thing? I can't seem to use it even when I implement everything that is needed.
lifecycle_version = "2.2.0-alpha03"
m
from https://developer.android.com/topic/libraries/architecture/coroutines : For liveData, use androidx.lifecyclelifecycle livedata ktx2.2.0-alpha01 or higher.
i
oh i missed out on "-ktx" when implementing. thanks
👍 1