v0.9.1
- #138 Deprecate
KtIterable<T>.sumByDouble
in favor ofKtIterable<T>.sumBy
which now works forint
anddouble
- #140
KtMap.getOrDefault
now returnsV
instead ofV?
- #140 Fix
KtMap.groupBy
returningKtMap<K, KtMutableList<T>>
instead ofKtMap<K, KtList<T>>
causing generic type problems in further processing