Downloading by version
The plugin downloads and installs Jextract from the official release page for the current build platform. It infers the matching Jextract version from the Java toolchain configuration of the Java plugin.
// build.gradle.ktsjava { toolchain { languageVersion = JavaLanguageVersion.of(25) }}// build.gradlejava { toolchain { languageVersion = JavaLanguageVersion.of 25 }}