New
v1.1.0
- #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,filterNotNullTowork now correctly for non-nullable types