Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 2.1 KB

README.md

File metadata and controls

74 lines (51 loc) · 2.1 KB

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