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
Update rules_android to fix --incompatible_disable_native_repo_rules failure (#1358)
* Update rules_android to fix --incompatible_disable_native_repo_rules failure
This will pull in bazelbuild/rules_android#376 and fix [release failures](https://buildkite.com/bazel/bcr-presubmit/builds/18423/steps/canvas?sid=0198cdb5-4b4a-459a-9762-9bcb94947930)
* Add load for android_sdk_repository
* switch to module support for android_sdk_repository, fix kapt test for dealing with transitions
* Disable autoloads
* Use sdk and ndk rules in module.bzl
* Set ndk to 25b for android_ndk_repository compatibility
* fix local repository
* Move deprecating flags to bzlmod only
* update example rules_android version
* Deal with dependency uses of incompatible_disable_native_repo_rules
* Remove http_jar
* remove rbe tag (rbe status is now derived from the task name)
* Comment out unsupported commands, update flags to be more orderly.
* Fix bzlmod, bump versions
* Always pass workspace flags
* update docs
* Ubuntu has character issues
* emdash.
* ignore whitespace
| <aid="kt_kotlinc_options-x_jdk_release"></a>x_jdk_release | Compile against the specified JDK API version, similarly to javac's '-release'. This requires JDK 9 or newer. The supported versions depend on the JDK used; for JDK 17+, the supported versions are 1.8 and 9–21. This also sets the value of '-jvm-target' to be equal to the selected JDK version. | String | optional |`""`|
423
+
| <aid="kt_kotlinc_options-x_jdk_release"></a>x_jdk_release | Compile against the specified JDK API version, similarly to javac's '-release'. This requires JDK 9 or newer. The supported versions depend on the JDK used; for JDK 17+, the supported versions are 1.8 and 9-21. This also sets the value of '-jvm-target' to be equal to the selected JDK version. | String | optional |`""`|
424
424
| <aid="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 |`""`|
425
425
| <aid="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 |`""`|
426
426
| <aid="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"`|
@@ -611,7 +611,7 @@ Call this in the WORKSPACE file to setup the Kotlin rules.
0 commit comments