Skip to content

Commit 41cecfd

Browse files
vRallevrjrjr
andauthored
Update samples/tictactoe/app/src/main/java/com/squareup/sample/mainactivity/TicTacToeComponent.kt
Co-authored-by: Ray Ryan <[email protected]>
1 parent 240ac9d commit 41cecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tictactoe/app/src/main/java/com/squareup/sample/mainactivity/TicTacToeComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import timber.log.Timber
2525
/**
2626
* Pretend generated code of a pretend DI framework.
2727
*/
28-
@WorkflowUiExperimentalApi
28+
@OptIn(WorkflowUiExperimentalApi::class)
2929
class TicTacToeComponent : ViewModel() {
3030
private val countingIdlingResource = CountingIdlingResource("AuthServiceIdling")
3131
val idlingResource: IdlingResource = countingIdlingResource

0 commit comments

Comments
 (0)