Oleg Siboglov
08/27/2020, 4:48 PMLiveData.observe(...)
function from the lifecycle-livedata-core-ktx
library. Today I noticed that I’m getting a warning from Android Studio in regards to this function call. Anyone know what this is about?
Candidate resolution will be changed soon, please use fully qualified name to invoke the following closer candidate explicitly:
public open fun observe(owner: LifecycleOwner, observer: Observer<in ScreenData!>): Unit defined in androidx.lifecycle.LiveData
Ian Lake
08/27/2020, 5:17 PMobserve
- we'll be deprecating the extension method once Lifecycle starts to depend on Kotlin 1.4Oleg Siboglov
08/27/2020, 5:39 PM