greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

... not supported with the configuration cache #1115

Open slott opened 2 months ago

slott commented 2 months ago

With the latest com.android.tools.build:gradle version 8.3.x the greendao tasks is in conflict with the org.gradle.configuration-cache and it has to be turned off. Obviously this isn't great as it slows everything down.

This is the error I'm getting:

I've tried various workarounds but none have worked so far. Is there a quick fix for this or is it time to leave good old GreenDao behind 😭

greenrobot-team commented 2 months ago

Even if that error would be fixed, I'm not sure the greenDAO plugin would easily work with configuration cache (similar to the ObjectBox Gradle plugin).

So if at all, there won't be a fix anytime soon as we currently focus much of our time on ObjectBox.