kotlin-linq-examples
kotlin-linq-examples copied to clipboard
sumBy is deprecated since Kotlin 1.5
According to the Kotlin docs, sumBy is deprecated since Kotlin 1.5 and sumOf should be used instead.
sumBy is used in linq79: Sum - Projection
and linq80: Sum - Grouped
.
PR's welcome!
ohh, okay! I haven't contributed to any open source projects yet, but I should get it done :)