Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 20, 2020 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelernesto/ac0e6073e7a1861b91750a73af4af364 to your computer and use it in GitHub Desktop.
Save manuelernesto/ac0e6073e7a1861b91750a73af4af364 to your computer and use it in GitHub Desktop.
buildscript {
ext.kotlin_version = "1.4.0"
repositories {
google()
jcenter()
}
dependencies {
...
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment