mirror of
https://github.com/uber/RIBs.git
synced 2026-05-17 12:50:36 +00:00
e696898c9f
`gjf` 1.7 -> 1.16.0 `ktfmt` 0.23 -> 0.43 `ktlint` 0.41.0 -> 0.48.2 `spotless` 5.11.0 -> 6.18.0 Manual changes : Renamed `logged_in` package -> `loggedIn` Renamed `logged_out` package -> `loggedOut` Renamed `off_game` package -> `offGame` Renamed `tic_tac_toe` package -> `ticTacToe`
RIB Tutorial 2: Composing RIBs to create features
This project is the completed code for tutorial 1 and the starting point for tutorial 2.
Getting started
Run the code by
./gradlew :tutorials:tutorial2:installDebug
Then follow the steps described in tutorial 2 on the RIBs wiki.