ColorUtils
BlurImage
CustomImageView
CustomCheckBox
CustomProgressBar
CustomSwitchButton
For example you can add dependencies on the modules like this:
build.gradle.kts
implementation("com.github.nemosofts:library:5.X.X")Or in Gradle Groovy DSL build.gradle:
implementation 'com.github.nemosofts:library:5.X.X'where 5.X.X is your preferred version. All modules must be the same version.