Skip to content

jglanz/kdux

Repository files navigation

KDux: Redux met Kotlin and got it on

Use it in an android project

repositories {
    maven {
        url  "https://dl.bintray.com/densebrain/oss" 
    }
}

dependencies {
  implementation "org.densebrain:kdux-core:1+"
  implementation "org.densebrain:kdux-android:1+"
  
  kapt "org.densebrain:kdux-processor:1+"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published