Created
November 1, 2019 10:01
-
-
Save weiancheng/d7a1d79e83d9066ab8bbf323756cc88f to your computer and use it in GitHub Desktop.
[Fragment] #android #jetpack #fragment #navigation
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 { | |
// Navigation library | |
def nav_version = "2.0.0" | |
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" | |
implementation "androidx.navigation:navigation-ui-ktx:$nav_version" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment