Skip to content

Installation

Michele Scuttari edited this page May 11, 2019 · 4 revisions

It is sufficient to add the two following Gradle dependencies to the application module:

dependencies {
    implementation 'it.mscuttari.kaoldb:core:1.0.0-beta.1'
    annotationProcessor 'it.mscuttari.kaoldb:annotation-processor:1.0.0-beta.1'
}

Clone this wiki locally