Support Gradle 8.X.X
ImFlog opened this issue · 0 comments
ImFlog commented
It seems that Gradle introduced breaking changes in the 8.X.X. While attempting to update it failed on some constructor requiring @inject
annotation (already present).
We need to dig a bit and try to find a way to make version 7 and 8 works with the same codebase if possible. If not, do a breaking change version and document it in the README compatibility part.