Setup

Add Maven Central to your repositories if needed

repositories {
    mavenCentral()
}

Add the main library dependency to your module's build.gradle.

dependencies {
    // Bloc core library + Android Compose and Bloc integration +
    // Navigator library (fork of adrielcafe/voyager)
    implementation "io.github.beyondeye:kbloc-navigator:$version"

See the latest version above. For available all versions look at the releases page

the library is a multiplatform library that support Android , Desktop, and Web compose.

There is also an equivalent for all original libraries from adrielcafe/voyager:

Last updated

Was this helpful?