ReKotlin
Unidirectional data flow for Kotlin applications.
Documentation
See https://rakutentech.github.io/ReKotlin/
ReKotlin libraries
This repository is a collection of libraries that implement and leverage the unidirectional-data-flow model, checkout the sub directories for more detail:
- ReKotlin: Implementation of the core concepts.
- ReKotlin-Router: A routing library on top of ReKotlin, for expressive URL-like routing
- Android Sample App: A sample app illustrating how you can use ReKotlin and ReKotlin-Router in an android application.
Building
./gradlew clean build
Publishing Binaries
./gradlew publish
Publishing Documentation
./docs.sh