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

Is there any plan for supporting gradle 7.0? #1094

Closed jepack closed 2 years ago

jepack commented 2 years ago

Greendao generate diff DB classes which related to the "org.greenrobot.greendao.annotation.Entity" in every Incremental compilation. It slow down the speed of compilation seriously. It is appeared in gradle 7.0 which used JDK 11. Is there any plan for supporting gradle 7.0?

greenrobot-team commented 2 years ago

You mean compatibility with incremental compilation? There are currently no plans for this. Most of our work is focused on ObjectBox at this point.

greenrobot-team commented 2 years ago

Looks like this is a duplicate of #1075