Unclaimed project
Are you a maintainer of Splitties? Claim this project to take control of your public changelog and roadmap.
Changelog
A collection of hand-crafted extensions for your Kotlin projects.
Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt.
The AppCtxInitializer class is now public, so you can put it in the list of dependencies of your own AndroidX App Startup Initializer in case it relies on appCtx to be initialized.
In 3.0.0-rc02, changes in styledColorSL made it break when the theme attribute was pointing to a color resource that had no selector (i.e. a non inlined plain color code like #00bbff). This has now been fixed, and the code also got simpler.