You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`javaParameters`| Generate metadata for Java 1.8 reflection on method parameters || false |
174
-
|`jvmTarget`| Target version of the generated JVM bytecode | "1.8", "9", "10", ..., "20", "21". Also, see [Types for compiler options](#types-for-compiler-options)| "%defaultJvmTargetVersion%" |
174
+
|`jvmTarget`| Target version of the generated JVM bytecode | "1.8", "9", "10", ..., "21", "22". Also, see [Types for compiler options](#types-for-compiler-options)| "%defaultJvmTargetVersion%" |
175
175
|`noJdk`| Don't automatically include the Java runtime into the classpath || false |
176
176
|`jvmTargetValidationMode`| <list><li>Validation of the [JVM target compatibility](gradle-configure-project.md#check-for-jvm-target-compatibility-of-related-compile-tasks) between Kotlin and Java</li><li>A property for tasks of the `KotlinCompile` type.</li></list> |`WARNING`, `ERROR`, `INFO`|`ERROR`|
|`nowarn`|| Generate no warnings | true, false | false |
328
328
|`languageVersion`| kotlin.compiler.languageVersion | Provide source compatibility with the specified version of Kotlin | "1.3" (DEPRECATED), "1.4" (DEPRECATED), "1.5", "1.6", "1.7", "1.8", "1.9", "2.0" (EXPERIMENTAL), "2.1" (EXPERIMENTAL) ||
329
329
|`apiVersion`| kotlin.compiler.apiVersion | Allow using declarations only from the specified version of bundled libraries | "1.3" (DEPRECATED), "1.4" (DEPRECATED), "1.5", "1.6", "1.7", "1.8", "1.9", "2.0" (EXPERIMENTAL), "2.1" (EXPERIMENTAL) ||
330
-
|`sourceDirs`|| The directories containing the source files to compile || The project source roots |
0 commit comments