google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Kotlin Bootcamp issue: Arrays are incorrectly described as immutable #213

Open treverbrice opened 8 months ago

treverbrice commented 8 months ago

Describe the problem Arrays are incorrectly described as immutable

In which step of the codelab can this issue be found? Lesson 2, part 5, step 2 "there is no mutable version of an Array"

codelab: kotlin-bootcamp

treverbrice commented 8 months ago

link to page where issue is found: https://developer.android.com/codelabs/kotlin-bootcamp-basics#4

link to documentation which describes arrays as mutable: https://kotlinlang.org/docs/arrays.html#access-and-modify-elements