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.
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.