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