Set of utilities and helpers functions for Android in form of Kotlin extension function or top level function. Grab only what you need 👌
In your root build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
In your module build.gradle
dependencies {
final kommonVersion = 'x.y.z'
implementation "com.github.esafirm.kommon:kommon:$kommonVersion"
implementation "com.github.esafirm.kommon:kommonviews:$kommonVersion"
implementation "com.github.esafirm.kommon:kommoncompoundview:$kommonVersion"
implementation "com.github.esafirm.kommon:kommonadapter$;kommonVersion"
}
Where x.y.z
is the version of Kommon.
Versions can be seen in Release Page
For now, the only usage example is exist in the sample
app.
Module specific read me files:
- Add TEST!!
- Depends on android KTX?
- Add RecylcerView module DONE
- Get what usable and useful from the old repo DON'T DO THIS
Apache 2.0