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
75 stars 71 forks source link

Get Data from the Internet #176

Open MSchluess opened 1 month ago

MSchluess commented 1 month ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1#7

In which task and step of the codelab can this issue be found? Add kotlinx.serialization library dependencies

Describe the problem When adding id("org.jetbrains.kotlin.plugin.serialization") version "1.8.10" to the build.grandle.kts and continues the codelab as told you get a serialization error. Updating to 1.9.10 fixes the issue.

hamza-abbas-tplex commented 1 month ago

Thank you, I had the same problem.