Last active
February 26, 2020 21:02
-
-
Save Nimrodda/58a6c3284880e5f21a46e0629ba3688a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
def version = "2.2.0" | |
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" | |
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$version" | |
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:$version" | |
// or lifeycle-compiler if not using Java 8 | |
//kapt "androidx.lifecycle:lifecycle-compiler:$version" | |
implementation "androidx.activity:activity-ktx:1.1.0" | |
implementation "androidx.fragment:fragment-ktx:1.2.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't work.