Open ngaionice opened 2 years ago
Describe the problem sumBy is deprecated in Kotlin 1.6.20, but is a suggested method to try out.
sumBy
In which step of the codelab can this issue be found? Step 3.
Steps to reproduce? Type the code into the IDE, and it will indicate that the method is deprecated.
Versions IntelliJ IDEA 2022.1, Kotlin version 1.6.20-release-285
Additional information Use sumOf instead.
sumOf
codelab: kotlin-bootcamp
Describe the problem
sumBy
is deprecated in Kotlin 1.6.20, but is a suggested method to try out.In which step of the codelab can this issue be found? Step 3.
Steps to reproduce? Type the code into the IDE, and it will indicate that the method is deprecated.
Versions IntelliJ IDEA 2022.1, Kotlin version 1.6.20-release-285
Additional information Use
sumOf
instead.codelab: kotlin-bootcamp