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

Issue, Get Data from the Internet serialization error #142

Open Demian-1 opened 2 months ago

Demian-1 commented 2 months ago

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

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

In which task and step of the codelab can this issue be found? Step 8

Describe the problem in the step of add this: id("org.jetbrains.kotlin.plugin.serialization") version "1.8.10" version 1.8.10 doesn't work, it's 1.9.10

hydrohd commented 2 months ago

Appreciate you showing what fixed it, it let me finish this codelab. Can confirm that changing the version of the plugin work fixes the issue.