You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: