google-developer-training / basic-android-kotlin-compose-training-unscramble

Apache License 2.0
91 stars 118 forks source link

Android Basics: Viewmodel and State in Compose #181

Open mark47B opened 5 months ago

mark47B commented 5 months ago

Need to change the modifier to Modifier

image

mark47B commented 5 months ago

We need to correct a line in the instructions: https://developer.android.com/codelabs/basic-android-kotlin-compose-viewmodel-and-state?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-4-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-viewmodel-and-state#6

From modifier = modifier To modifier = Modifier

The code in the repository is correct, so we don't need to change it