We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240ac9d commit 41cecfdCopy full SHA for 41cecfd
samples/tictactoe/app/src/main/java/com/squareup/sample/mainactivity/TicTacToeComponent.kt
@@ -25,7 +25,7 @@ import timber.log.Timber
25
/**
26
* Pretend generated code of a pretend DI framework.
27
*/
28
-@WorkflowUiExperimentalApi
+@OptIn(WorkflowUiExperimentalApi::class)
29
class TicTacToeComponent : ViewModel() {
30
private val countingIdlingResource = CountingIdlingResource("AuthServiceIdling")
31
val idlingResource: IdlingResource = countingIdlingResource
0 commit comments