CLI: Allow to specify JDK for classpath building with '-jdk' compiler argument.
Maven: support jdk parameter linked to kotlin.compiler.jdk property. Gradle: support jdk compiler option.
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@ where possible options include:
|
||||
-d <directory|jar> Destination for generated class files
|
||||
-classpath (-cp) <path> Paths where to find user class files
|
||||
-include-runtime Include Kotlin runtime in to resulting .jar
|
||||
-jdk <path> Path to JDK home to include into classpath, if differs from default %JAVA_HOME%
|
||||
-no-jdk Don't include Java runtime into classpath
|
||||
-no-stdlib Don't include Kotlin runtime into classpath
|
||||
-module <path> Path to the module file to compile
|
||||
|
||||
+1
@@ -4,6 +4,7 @@ where possible options include:
|
||||
-d <directory|jar> Destination for generated class files
|
||||
-classpath (-cp) <path> Paths where to find user class files
|
||||
-include-runtime Include Kotlin runtime in to resulting .jar
|
||||
-jdk <path> Path to JDK home to include into classpath, if differs from default %JAVA_HOME%
|
||||
-no-jdk Don't include Java runtime into classpath
|
||||
-no-stdlib Don't include Kotlin runtime into classpath
|
||||
-module <path> Path to the module file to compile
|
||||
|
||||
Reference in New Issue
Block a user