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