Skip to content

Installation

Michele Scuttari edited this page Apr 2, 2018 · 4 revisions

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

dependencies {
    implementation 'it.mscuttari.kaoldb:core:+'
    annotationProcessor 'it.mscuttari.kaoldb:annotation-processor:+'
}

Clone this wiki locally