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

Get Data from the Internet #32

Open jasi381 opened 1 year ago

jasi381 commented 1 year ago

this dependency was not added in the steps implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0") if this will not add then it will give error as unresolved reference asConverterFactory

AuYahyire commented 1 year ago

Thanks! I was looking for this. Now it works. They should add this to the Codelab.