What is the difference between
android.arch.lifecycle vs androidx.lifecycle
Code:
val loading: LiveData<Boolean>
get() = webDataSource.loading
When I try to auto-import, I need the arch version but it is importing the x version
I use both in the gradle file