Skip to content

smidf/kaal

 
 

Repository files navigation

Kotlin Android Architecture Library - Kaal - by eMan

Slack channel

Usage

All artifacts are available and distributed by using the jcenter()

You should you artifact which you need. E.g. a domain artifact you will use in your domain layer, but you can use it also in data and infrastructure, because you need e.g. instance to the Result class.

Kaal Core

Download

// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-core:0.6.0")
implementation 'cz.eman.kaal:kaal-core:0.6.0'

TBD

Kaal Domain

Download

// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-domain:0.6.0")
implementation 'cz.eman.kaal:kaal-domain:0.6.0'

TBD

Kaal Presentation

Download

// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-presentation:0.6.0")
implementation 'cz.eman.kaal:kaal-presentation:0.6.0'

TBD

Kaal Infrastructure

Download

// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-infrastructure:0.6.0")
implementation 'cz.eman.kaal:kaal-infrastructure:0.6.0'

TBD

Responsible Persons

About

Kotlin Android Architecture Library by eMan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 91.9%
  • Java 6.6%
  • Shell 1.5%