An alternative Redux implementation written in Kotlin
// build.gradle
repositories {
maven {
// Bintray
url "http://dl.bintray.com/encodeering/maven"
// Jitpack
url "https://jitpack.io"
}
}
dependencies {
compile "com.encodeering.conflate:conflate-android:0.2.0"
compile "com.encodeering.conflate:conflate-epic:0.2.0"
compile "com.encodeering.conflate:conflate-jfx:0.2.0"
compile "com.encodeering.conflate:conflate-logging:0.2.0"
}
- Calenope - A calendar application showing events from available Google accounts.