pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.35k stars 234 forks source link

Gradle 8 + R8 optimization result to an empty DB (or unreadable) #210

Open nhsicot opened 1 year ago

nhsicot commented 1 year ago

When I update my project to Gradle 8 (8.1.1) and use R8 optimization, paperDB is unsuable. No error but nothing is stored in DB. (works fine in debug or without R8 optimization) No problems with R8 optimization and Gradle 7 (7.5)

Any one else have this issue ? Any plan to update PaperDb with a Gradle 8 compatibility ?