Package-level declarations

Properties

Link copied to clipboard

A map between java and gradle versions. From: https://docs.gradle.org/current/userguide/compatibility.html

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.