Skip to content

v0.9.1

Compare
Choose a tag to compare
@passsy passsy released this 22 May 15:38
· 63 commits to master since this release
  • #138 Deprecate KtIterable<T>.sumByDouble in favor of KtIterable<T>.sumBy which now works for int and double
  • #140 KtMap.getOrDefault now returns V instead of V?
  • #140 Fix KtMap.groupBy returning KtMap<K, KtMutableList<T>> instead of KtMap<K, KtList<T>> causing generic type problems in further processing