Relatively simple tool for navigation in a lot of kotlin platforms:
It is strongly recommended to open tutorial after completing reading of this readme to understand how to use library
There are several types of artifacts:
- Core - only base functionality: nodes, chains, navigation repositories, etc.
- Compose - Core +
Compose
wrappers for navigation node - MVVM - Core + MVVM wrappers:
- ViewModel
- ComposeView
- Platforms-specific realizations of
View
s
implementation "dev.inmo:navigation.mvvm:$navigation_version"
<dependency>
<groupId>dev.inmo</groupId>
<artifactId>navigation.mvvm</artifactId>
<version>${navigation_version}</version>
</dependency>