-
Notifications
You must be signed in to change notification settings - Fork 0
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'
}