You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the main README.md file, the imports seem a bit odd:
AndroidX Version
implementation 'com.snakydesign.livedataextensions:lives:1.3.0'
implementation 'android.arch.lifecycle:extensions:x.x.x' // If you are using the AndroidX version, that's fine too, as the Jetifier will take care of the conversion.
Unless I'm mistaken, there's an inversion. The Non AndroidX Version should not import an androidx API.
Furthermore, shouldn't "androidx.lifecycle:lifecycle-livedata" read "androidx.lifecycle:lifecycle-livedata-ktx"? (not sure about this one, as I'm not sure I understand the reason behind those imports)
The text was updated successfully, but these errors were encountered:
In the main README.md file, the imports seem a bit odd:
AndroidX Version
Non AndroidX Version
Unless I'm mistaken, there's an inversion. The Non AndroidX Version should not import an androidx API.
Furthermore, shouldn't "androidx.lifecycle:lifecycle-livedata" read "androidx.lifecycle:lifecycle-livedata-ktx"? (not sure about this one, as I'm not sure I understand the reason behind those imports)
The text was updated successfully, but these errors were encountered: