Kotlin rules for Bazel - v1.8-RC-12
Pre-release
Pre-release
Note: These rules are maintained externally by volunteers (with Google's approval)
SHA256: 8e5c8ab087e0fa3fbb58e1f6b99d8fe40f75bac44994c3d208eba723284465d6
What's Changed
- Update Kotlin compiler to 1.8.10 by @Bencodes in #932
- Add -Xdebug option added in 1.8 to make debugging better by @chancila in #936
- WIP Clean up user defined flag settings by @chancila in #937
- Add
src/{main,test}/java
as conventional resource prefix by @fmeum in #927 - Get rid of duplicates in the --processors and --processorpath arguments. by @tjgq in #940
- Remove unused MAVEN_PROTO versions by @Bencodes in #949
- Update rules_kotlin to Kotlin 1.8.20 by @Bencodes in #943
- Remove unused bazel_deps repository by @Bencodes in #948
- Update KtLint to 0.48.2 by @Bencodes in #947
- Update rules_proto to 5.3.0-21.7 by @Bencodes in #946
- Update buildifier to 6.1.0 by @Bencodes in #945
- Update Bazel to 6.1.1 by @Bencodes in #944
- Remove kt_jvm_plugin_aspect now that all versions of Bazel support JavaPluginInfo by @Bencodes in #953
- Support passing data attribute to android_local_test by @Bencodes in #954
- Align the anvil workspace versions by @Bencodes in #952
- Update the Jetpack Compose compiler to 1.8.10 by @Bencodes in #951
- Update rules_python version by @comius in #958
- Switch to bazel runfiles by @restingbull in #956
- Add support for KSP annotation processing via KspCompile by @Bencodes in #955
- Update the Kotlin docs by @Bencodes in #959
- Ensure that KSP plugins are included in the action inputs by @Bencodes in #964
- Fix order of repository loads by @comius in #965
New Contributors
Full Changelog: v1.8-RC-1...v1.8-RC-12