ObjectBox Java (Kotlin, Android) v2.5.1 Release Notes

Release Date: 2020-02-17 // about 4 years ago

    👌 Support Android Gradle Plugin 3.6.0. #817

    👌 Support for incremental annotation processing. #620
    🏗 It is off by default. To turn it on set objectbox.incremental to true in build.gradle:

    android { defaultConfig { javaCompileOptions { annotationProcessorOptions { arguments = ["objectbox.incremental" : "true"] } } } }
    

    📄 https://docs.objectbox.io/#v-2-5-1-2020-02-10