- #190
KtMutableMapEntry.setValue()
is now implemented (thx @hugobrancowb) - #188 Added
KtIterable.firstNotNullOf()
KtIterable.firstNotNullOfOrNull()
(thx @hugobrancowb) - #196 Methods, returning mutated copies are now marked with
@useReslt
(thx @nohli) - #197
mapNotNull
,mapNotNullTo
,mapIndexedNotNull
,mapIndexedNotNullTo
,filterNotNullTo
work now correctly for non-nullable types