Kulwinder Singh
05/16/2019, 10:09 AMcoroutines
using 'androidx.lifecycle:lifecycle-extensions:2.2.0-alpha01'
which is latest version but i'm unable to get viewLifecycleOwner.lifecycleScope.launch {}//here lifecycleScope is not available
, what i'm missing ?leosan
05/16/2019, 10:24 AMandroidx.lifecycle:lifecycle-runtime-ktx:2.2.0-alpha01
androidx.lifecycle:lifecycle-livedata-ktx:2.2.0-alpha01
Kulwinder Singh
05/16/2019, 10:29 AMleosan
05/16/2019, 10:33 AM-ktx
are the ones with kotlin related code extensionsextensions-ktx
which has both? I haven’t triedKulwinder Singh
05/16/2019, 10:36 AMleosan
05/16/2019, 10:38 AM