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 54 forks source link

Add Repository #82

Open sandstroms opened 10 months ago

sandstroms commented 10 months ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-add-repository?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-add-repository#3

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

Task 4, step 11

Describe the problem There is an incorrect end curly brace in the code sample for step 11

Steps to reproduce?

  1. Go to URL above
  2. Go to step 11
  3. Code sample has incorrect end curly brace (see code sample below)
override suspend fun getMarsPhotos(): List<MarsPhoto> = marsApiService.getPhotos()
}

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.