Setup 🚀
Current Version - 1.1.2
Gradle setup
Repository is now Maven Central:
repositories {
mavenCentral()
}
Check the latest version
// Core
implementation 'org.uniflow-kt:uniflow-core:$uniflow_version'
testImplementation 'org.uniflow-kt:uniflow-test:$uniflow_version'
// Android
implementation 'org.uniflow-kt:uniflow-android:$uniflow_version'
testImplementation 'org.uniflow-kt:uniflow-android-test:$uniflow_version'
// Extras
implementation 'org.uniflow-kt:uniflow-saferesult:$uniflow_version'
implementation 'org.uniflow-kt:uniflow-arrow:$uniflow_version'
⚠️ Due to Maven Central migration, group id has been updated from io.uniflow
to org.uniflow-kt
⚠️
Getting started 🚀
Documentation 📖
Sample Apps 🎉
Resources ☕️
Contact us 💬
Come talk on Kotlin Slack @ #uniflow channel