Skip to content

september669/reduks

Repository files navigation

Reduks

This is simple library for use Redux architecture in KMM projects

Install Reduks to your project

kotlin {
    android()
    ios()
    sourceSets {
        val commonMain by getting {
            dependencies {
                implementation("io.github.september669:Reduks:0.1.7")
            }
        }
    }
}

Version bumped up 0.1.6 compiled with Kotlin 1.5.31 Version bumped up 0.1.7 compiled with Kotlin 1.6.10 Version bumped up 0.1.8 compiled with Kotlin 1.6.10

Using in ViewModels

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages