Open treverbrice opened 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
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