Android SDK provides developers with set of architectural components. Some of them are hard-to-use. The purpose of Monolith
library is to simplify usage of those components.
Add jitpack.io
repository to your project:
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
Then add Monolith
to dependencies list:
dependencies {
implementation 'com.github.igormatyushkin014:Monolith:1.0'
}
- Android SDK 23 and later
- Android Studio 3.3 and later
- Kotlin 1.3.20 or later
Documentation will be added later.
Monolith
is available under the Apache 2.0 license. See the LICENSE file for more info.