V2.5.1
-
Support Android Gradle Plugin 3.6.0. #817
-
Support for incremental annotation processing. #620
It is off by default. To turn it on setobjectbox.incremental
to true inbuild.gradle
:android { defaultConfig { javaCompileOptions { annotationProcessorOptions { arguments = [ "objectbox.incremental" : "true" ] } } } }