-
Notifications
You must be signed in to change notification settings - Fork 11
Setup Dependencies
Jeziel Lago edited this page Jun 23, 2021
·
5 revisions
FlowNav is a mobile library for Android that helps and provider a better way to make multi-modules navigation.
FlowNav is an annotation processor and tool to make navigation simple.
apply plugin: 'kotlin-kapt'
dependencies {
kapt "dev.jeziellago:flownav-processor:$flownav_version"
}
dependencies {
implementation "dev.jeziellago:flownav-annotation:$flownav_version"
}
dependencies {
api "dev.jeziellago:flownav-router:$flownav_version"
}
Router
dependency is imported only on thenavigation module
.All other modules will import the
Processor
andAnnotation
dependencies