Skip to content

Installation

Michele Scuttari edited this page Oct 22, 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.6'
    annotationProcessor 'it.mscuttari.kaoldb:annotation-processor:1.0.0-beta.6'
}
Clone this wiki locally