google-developer-training / basic-android-kotlin-compose-training-mars-photos

Solution code for Android Basics in Kotlin course
https://developer.android.com/courses/android-basics-kotlin/course?gclid=CjwKCAjw4c-ZBhAEEiwAZ105RTyT-iaLHzrhMBUXdMhO230ZDwOwxxI2x4RgK8DwBxK8t1h0wmU_QxoCi4YQAvD_BwE
Apache License 2.0
66 stars 58 forks source link

Test part of codelab not consistent with the tasks before #51

Open acrusage opened 1 year ago

acrusage commented 1 year ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-add-repository

Specify the language of the codelab if it is not English: English

In which task and step of the codelab can this issue be found? Task 9

Describe the problem Task 9 of the codelab references some class called NetworkMarsPhotosRepository, but no such class is created in the tasks leading up to there. The class used as mars photos repository is DefaultMarsPhotosRepository, as created in task 3 and last mentioned in task 5.

Additional information

Task9 Create Reference1 Reference2