-
- All Implemented Interfaces:
public interface KotlinJavaToolchain.JdkSetter
-
-
Method Detail
-
use
abstract Unit use(File jdkHomeLocation, JavaVersion jdkVersion)
Set JDK to use for Kotlin compilation.
Major JDK version is considered as compile task input.
- Parameters:
jdkHomeLocation
- path to the JDKNote: project build will fail on providing here JRE instead of JDK!jdkVersion
- provided JDK version
-
-