findViewsByTag

This commit is contained in:
2022-09-23 16:43:33 +06:00
parent 59428140a8
commit ac587a67e6
3 changed files with 70 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
* `Common`:
* `applyDiff` will return `Diff` object since this release
* `Android`:
* New functions/extensions `findViewsByTag` and `findViewsByTagInActivity`
* `Coroutines`:
* Add `Flow` extensions `flatMap`, `flatMapNotNull` and `flatten`
* Add `Flow` extensions `takeNotNull` and `filterNotNull`