tutorials/tutorial2/src/main/java/com/uber/rib/root/loggedout/LoggedOutBuilder.java (2 lines): - line 64: // TODO: Define dependencies required from your parent interactor here. - line 81: // TODO: Create provider methods for dependencies created by this Rib. These should be static. libraries/rib-android/src/main/kotlin/com/uber/rib/core/RibActivity.kt (1 line): - line 170: @Suppress("MissingSuperCall") // TODO: check if calling super is safe. tutorials/tutorial4/src/main/java/com/uber/rib/root/loggedout/LoggedOutBuilder.java (1 line): - line 82: // TODO: Create provider methods for dependencies created by this Rib. These should be static. tutorials/tutorial3/src/main/java/com/uber/rib/root/loggedout/LoggedOutBuilder.java (1 line): - line 82: // TODO: Create provider methods for dependencies created by this Rib. These should be static. tutorials/tutorial3-completed/src/main/java/com/uber/rib/root/loggedout/LoggedOutBuilder.java (1 line): - line 82: // TODO: Create provider methods for dependencies created by this Rib. These should be static. conventions/src/main/kotlin/ribs.android.library.gradle.kts (1 line): - line 32: // TODO: For Kotlin 2.2, delete the line above and uncomment the line below. tutorials/tutorial2/src/main/java/com/uber/rib/root/loggedin/tictactoe/TicTacToeBuilder.java (1 line): - line 64: // TODO: Define dependencies required from your parent interactor here. conventions/src/main/kotlin/ribs.android.application.gradle.kts (1 line): - line 33: // TODO: For Kotlin 2.2, delete the line above and uncomment the line below. tutorials/tutorial3/src/main/java/com/uber/rib/root/loggedin/tictactoe/TicTacToeBuilder.java (1 line): - line 64: // TODO: Define dependencies required from your parent interactor here. tutorials/tutorial3-completed/src/main/java/com/uber/rib/root/loggedin/LoggedInInteractor.java (1 line): - line 45: // TODO: Perform any required clean up here, or delete this method entirely if not needed. tutorials/tutorial4/src/main/java/com/uber/rib/root/loggedin/randomWinner/RandomWinnerRouter.java (1 line): - line 23: *

TODO describe the possible child configurations of this scope. tutorials/tutorial4/src/main/java/com/uber/rib/root/WorkflowFactory.java (1 line): - line 28: // TODO: return a workflow here