Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0-alpha3 source code.tar.gz | < 18 hours ago | 577.0 kB | |
2.0.0-alpha3 source code.zip | < 18 hours ago | 682.9 kB | |
README.md | < 18 hours ago | 390 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
- Changed all
initializeWith
methods to be extension functions to prevent the compose and Android specific extension fucntions from being hidden. - Removed
initializeWith(S, Boolean)
for consistency, useinitializeWith(Boolean, () -> S)
instead. - Removed
initializeWithOnEachLaunch
which was already replaced with the boolean parameter oninitializeWith(Boolean, () -> S)
.