
Tool simplifies navigation with base functionality, Compose wrappers, and MVVM support. Features nodes, chains, and repositories for flexible navigation architecture.
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:
Compose wrappers for navigation nodeViewsimplementation "dev.inmo:navigation.mvvm:$navigation_version"<dependency>
<groupId>dev.inmo</groupId>
<artifactId>navigation.mvvm</artifactId>
<version>${navigation_version}</version>
</dependency>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:
Compose wrappers for navigation nodeViewsimplementation "dev.inmo:navigation.mvvm:$navigation_version"<dependency>
<groupId>dev.inmo</groupId>
<artifactId>navigation.mvvm</artifactId>
<version>${navigation_version}</version>
</dependency>