kotlin-hands-on / hands-on

Apache License 2.0
130 stars 176 forks source link

change sumBy to sumOf #160

Open realliujiaxu opened 2 years ago

realliujiaxu commented 2 years ago

Iterable.sumBy is deprecated since Kotlin 1.5, change it to sumOf.