the reason i didnt try it is because the docs said...
# android
g
the reason i didnt try it is because the docs said:
Copy code
// alternatively - Lifecycles only (no ViewModel or LiveData). Some UI
    //     AndroidX libraries use this lightweight import for Lifecycle
    implementation "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"
m
The docs will get updated soon 🙂 thank you
m
@Manuel Vivo I got bit by this too. I couldn't find the version of lifecycleScope, so googled "ViewModel lifecycleScope", found your medium article and from there found the version.
👍 1