exec

fun exec(javaLanguageVersion: JavaLanguageVersion, action: Action<in ExecSpec>): ExecResult(source)

Executes Jextract for a given Java version with a configurable action

This is intended to be used by tasks.


fun exec(root: Path, action: Action<in ExecSpec>): ExecResult(source)

Executes Jextract installed in a custom path with a configurable action

This is intended to be used by tasks.