You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
:greendao
of typeorg.gradle.api.DefaultTask
: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
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 😭
The text was updated successfully, but these errors were encountered: