
Facilitates implementing the Redux architecture in projects, enhancing state management and enabling a structured approach to building scalable applications across different platforms.
This is simple library for use Redux architecture in KMM projects
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
This is simple library for use Redux architecture in KMM projects
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