navigation

Common navigation library for kotlin multiplatform

MIT License

Stars
2

Navigation

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

Artifacts

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:

Installation

Gradle

implementation "dev.inmo:navigation.mvvm:$navigation_version"

Maven

<dependency>
  <groupId>dev.inmo</groupId>
  <artifactId>navigation.mvvm</artifactId>
  <version>${navigation_version}</version>
</dependency>
Package Rankings
Top 35.87% on Repo1.maven.org
Badges
Extracted from project README
KDocs Tutorials Maven Central
Related Projects