not really used for now, but may be in the future
}
dependencies {
+ def nav_version = '2.1.0-alpha06'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha01'
implementation 'org.jetbrains:annotations:15.0'
implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.9.8'
+ implementation "androidx.navigation:navigation-fragment:$nav_version"
+ implementation "androidx.navigation:navigation-ui:$nav_version"
}