Android library with Custom Views and Helpers to make my life simpler written in kotlin
Add Android Custom Views into project as a Gradle compile dependency:
implementation 'com.guhungry.android:custom-views:0.0.15'
or to remove transitive dependencies use:
implementation('com.guhungry.android:custom-views:0.0.15') {
exclude group: 'com.android.support'
exclude group: 'org.jetbrains.kotlin'
}