Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.21 KB

ReKotlin

ReKotlin Logo

License MIT CircleCI codecov

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