Issue#5 Shows basic example of testing NavController usage
This commit is contained in:
parent
faf9cceb8e
commit
00e7a806eb
20 changed files with 383 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = "1.6.10"
|
||||
ext.detekt_version = "1.19.0"
|
||||
ext.navigation_version = "2.4.2"
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
|
|
@ -11,6 +12,7 @@ buildscript {
|
|||
classpath 'com.android.tools.build:gradle:7.1.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue