google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: sumBy is deprecated #203

Open mrdor1stan opened 10 months ago

mrdor1stan commented 10 months ago

Describe the problem The bootcamp references sumBy, which is a deprecated method and should be replaced with sumOf

In which step of the codelab can this issue be found? 3

codelab: kotlin-bootcamp