kotlin-linq-examples icon indicating copy to clipboard operation
kotlin-linq-examples copied to clipboard

sumBy is deprecated since Kotlin 1.5

Open diggi55 opened this issue 3 years ago • 2 comments

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.

diggi55 avatar Jan 04 '22 11:01 diggi55

PR's welcome!

mythz avatar Jan 04 '22 14:01 mythz

ohh, okay! I haven't contributed to any open source projects yet, but I should get it done :)

diggi55 avatar Jan 04 '22 14:01 diggi55