Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.86 KB

README.md

File metadata and controls

71 lines (49 loc) · 1.86 KB

Kotlin Android Architecture Library - Kaal - by eMan

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.2.0")
implementation 'cz.eman.kaal:kaal-core:0.2.0'

TBD

Kaal Domain

Download

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

TBD

Kaal Presentation

Download

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

TBD

Kaal Infrastructure

Download

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

TBD

Responsible Persons
  • Vaclav Souhrada
  • Roman Holomek
  • Stefan Toth