Join Slack
Powered by
is liveData block still a thing? I can't seem to u...
# coroutines
i
Ive Vasiljevic
08/28/2019, 6:01 PM
is liveData block still a thing? I can't seem to use it even when I implement everything that is needed.
Ive Vasiljevic
08/28/2019, 6:02 PM
lifecycle_version = "2.2.0-alpha03"
m
Matthieu Coisne
08/28/2019, 6:13 PM
from
https://developer.android.com/topic/libraries/architecture/coroutines
: For liveData, use androidx.lifecycle
lifecycle livedata ktx
2.2.0-alpha01 or higher.
i
Ive Vasiljevic
08/28/2019, 6:20 PM
oh i missed out on "-ktx" when implementing. thanks
👍 1
5
Views
Open in Slack
Previous
Next