Package 

Interface KotlinJavaToolchain.JavaToolchainSetter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit use(Provider<JavaLauncher> javaLauncher) Set JDK obtained from org.gradle.jvm.toolchain.JavaToolchainService to use for Kotlin compilation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • use

         abstract Unit use(Provider<JavaLauncher> javaLauncher)

        Set JDK obtained from org.gradle.jvm.toolchain.JavaToolchainService to use for Kotlin compilation.