google-developer-training / basic-android-kotlin-compose-training-dice-roller

Apache License 2.0
57 stars 49 forks source link

Use function types and lambda expressions in Kotlin: Android Basics with Compose #145

Open Mallikarjuna00G opened 3 months ago

Mallikarjuna00G commented 3 months ago

URL of codelab 6. Use the repeat() function

In which task and step of the codelab can this issue be found? In the 3rd paragraph

Describe the problem The existing statement: The action function's Int parameter is the number of times that the action has executed so far, such as a 0 argument for the first iteration or a 1 argument for the second iteration.

My understanding is that it should be: The repeat function's Int parameter...