/Monolith

Android architecture simplifications

Primary LanguageKotlinApache License 2.0Apache-2.0

At a Glance

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.

How to Get Started

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'
}

Requirements

  • Android SDK 23 and later
  • Android Studio 3.3 and later
  • Kotlin 1.3.20 or later

Usage

Documentation will be added later.

License

Monolith is available under the Apache 2.0 license. See the LICENSE file for more info.