@@ -357,8 +357,8 @@ kt_javac_options(<a href="#kt_javac_options-name">name</a>, <a href="#kt_javac_o
357
357
kt_kotlinc_options(<a href =" #kt_kotlinc_options-name " >name</a >, <a href =" #kt_kotlinc_options-include_stdlibs " >include_stdlibs</a >, <a href =" #kt_kotlinc_options-java_parameters " >java_parameters</a >, <a href =" #kt_kotlinc_options-jvm_target " >jvm_target</a >, <a href =" #kt_kotlinc_options-warn " >warn</a >,
358
358
<a href =" #kt_kotlinc_options-x_allow_result_return_type " >x_allow_result_return_type</a >, <a href =" #kt_kotlinc_options-x_assertions " >x_assertions</a >, <a href =" #kt_kotlinc_options-x_backend_threads " >x_backend_threads</a >, <a href =" #kt_kotlinc_options-x_context_receivers " >x_context_receivers</a >,
359
359
<a href =" #kt_kotlinc_options-x_emit_jvm_type_annotations " >x_emit_jvm_type_annotations</a >, <a href =" #kt_kotlinc_options-x_enable_incremental_compilation " >x_enable_incremental_compilation</a >, <a href =" #kt_kotlinc_options-x_explicit_api_mode " >x_explicit_api_mode</a >,
360
- <a href =" #kt_kotlinc_options-x_inline_classes " >x_inline_classes</a >, <a href =" #kt_kotlinc_options-x_jspecify_annotations " >x_jspecify_annotations </a >, <a href =" #kt_kotlinc_options-x_jsr_305 " >x_jsr_305 </a >, <a href =" #kt_kotlinc_options-x_jvm_default " >x_jvm_default </a >, <a href =" #kt_kotlinc_options-x_lambdas " >x_lambdas </a >,
361
- <a href =" #kt_kotlinc_options-x_multi_platform " >x_multi_platform</a >, <a href =" #kt_kotlinc_options-x_no_call_assertions " >x_no_call_assertions</a >, <a href =" #kt_kotlinc_options-x_no_optimize " >x_no_optimize</a >,
360
+ <a href =" #kt_kotlinc_options-x_inline_classes " >x_inline_classes</a >, <a href =" #kt_kotlinc_options-x_jdk_release " >x_jdk_release </a >, <a href =" #kt_kotlinc_options-x_jspecify_annotations " >x_jspecify_annotations </a >, <a href =" #kt_kotlinc_options-x_jsr_305 " >x_jsr_305 </a >, <a href =" #kt_kotlinc_options-x_jvm_default " >x_jvm_default </a >,
361
+ <a href =" #kt_kotlinc_options-x_lambdas " >x_lambdas</ a >, < a href = " #kt_kotlinc_options- x_multi_platform" >x_multi_platform</a >, <a href =" #kt_kotlinc_options-x_no_call_assertions " >x_no_call_assertions</a >, <a href =" #kt_kotlinc_options-x_no_optimize " >x_no_optimize</a >,
362
362
<a href =" #kt_kotlinc_options-x_no_optimized_callable_references " >x_no_optimized_callable_references</a >, <a href =" #kt_kotlinc_options-x_no_param_assertions " >x_no_param_assertions</a >,
363
363
<a href =" #kt_kotlinc_options-x_no_receiver_assertions " >x_no_receiver_assertions</a >, <a href =" #kt_kotlinc_options-x_no_source_debug_extension " >x_no_source_debug_extension</a >, <a href =" #kt_kotlinc_options-x_optin " >x_optin</a >, <a href =" #kt_kotlinc_options-x_report_perf " >x_report_perf</a >,
364
364
<a href =" #kt_kotlinc_options-x_sam_conversions " >x_sam_conversions</a >, <a href =" #kt_kotlinc_options-x_skip_prerelease_check " >x_skip_prerelease_check</a >, <a href =" #kt_kotlinc_options-x_suppress_version_warnings " >x_suppress_version_warnings</a >,
@@ -386,6 +386,7 @@ kt_kotlinc_options(<a href="#kt_kotlinc_options-name">name</a>, <a href="#kt_kot
386
386
| <a id =" kt_kotlinc_options-x_enable_incremental_compilation " ></a >x_enable_incremental_compilation | Enable incremental compilation | Boolean | optional | False |
387
387
| <a id =" kt_kotlinc_options-x_explicit_api_mode " ></a >x_explicit_api_mode | Enable explicit API mode for Kotlin libraries. | String | optional | "off" |
388
388
| <a id =" kt_kotlinc_options-x_inline_classes " ></a >x_inline_classes | Enable experimental inline classes | Boolean | optional | False |
389
+ | <a id =" kt_kotlinc_options-x_jdk_release " ></a >x_jdk_release | The -jvm_target flag. This is only tested at 1.8. | String | optional | "" |
389
390
| <a id =" kt_kotlinc_options-x_jspecify_annotations " ></a >x_jspecify_annotations | Controls how JSpecify annotations are treated. Options are 'default', 'ignore', 'warn', and 'strict'. | String | optional | "" |
390
391
| <a id =" kt_kotlinc_options-x_jsr_305 " ></a >x_jsr_305 | Specifies how to handle JSR-305 annotations in Kotlin code. Options are 'default', 'ignore', 'warn', and 'strict'. | String | optional | "" |
391
392
| <a id =" kt_kotlinc_options-x_jvm_default " ></a >x_jvm_default | Specifies that a JVM default method should be generated for non-abstract Kotlin interface member. | String | optional | "off" |
0 commit comments