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

Apache License 2.0
54 stars 81 forks source link

Syntax error at Simple Animation with Jetpack Compose #4

Closed RyanKoech closed 2 years ago

RyanKoech commented 2 years ago

URL of codelab Here

In which task and step of the codelab can this issue be found? Task 4, step 6

Describe the problem The complete DogItem() function has a duplicate line Row( causing the IDE to throw the compilation error: Unresolved reference: DogHobby

Steps to reproduce?

  1. Go to the line saying: 'The complete DogItem() function should look like this:'
  2. Click on the copy button within the code snippet and past in your IDE
  3. See error Unresolved reference: DogHobby

Versions Android Studio version: Android Studio Chipmunk | 2021.2.1 Patch 1 Build #AI-212.5712.43.2112.8609683, built on May 18, 2022 Runtime version: 11.0.12+7-b1504.28-7817840 amd64 VM: OpenJDK 64-Bit Server VM by Oracle Corporation

API version of the emulator: 29

Additional information image

osuleymanova commented 2 years ago

@RyanKoech Thank you for reaching out to us. The typo is fixed and will be published soon:

Screen Shot 2022-08-24 at 3 49 32 PM