Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 337 Bytes

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+"
}