This version will only work with gradle 7+, use 2021.3 with gradle 5.5+
| minimum gradle version | minimum java version |
|---|---|
| 8.2+ with kotlin dsl, 7.2+ with groovy dsl | 17 |
incompatibility with gradle cache (#99)
this fixes another gradle 9 issue. It is now works when caching is enabled
// gradle.properties
org.gradle.configuration-cache=true