Skip to content

Instantly share code, notes, and snippets.

@weiancheng
Created November 1, 2019 10:01
Show Gist options
  • Save weiancheng/d7a1d79e83d9066ab8bbf323756cc88f to your computer and use it in GitHub Desktop.
Save weiancheng/d7a1d79e83d9066ab8bbf323756cc88f to your computer and use it in GitHub Desktop.
[Fragment] #android #jetpack #fragment #navigation
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