Package-level declarations
Properties
Functions
Link copied to clipboard
fun Map<Int, GradleRange>.javaRangeForGradle(gradleVersion: GradleVersion = GradleVersion.current()): IntRange
Returns the range of Java versions supported by the given Gradle version. If no specific range is found, it defaults to the latest known Java version.
Link copied to clipboard
A map between Java and Gradle versions, scraped from the Gradle compatibility table. The data is fetched from the official Gradle documentation page.