- Minimum Gradle version has been bumped to 7.1
- Minimum JDK version has been bumped to 11 (even though this is not guaranteed by tests, Gradle can run with a Java 8 JVM, but must use a JDK 11 toolchain –or newer– for Java compilation)
isEnabledandisCompilingTestOnlyCodeproperties have been renamed toenabledandcompilingTestOnlyCodein Kotlin DSL, to align with the core Gradle pr...