Kotlin rules for Bazel - v1.7.0-RC-3
Pre-release
Pre-release
Note: These rules are maintained externally by volunteers (with Google's approval)
SHA256: f033fa36f51073eae224f18428d9493966e67c27387728b6be2ebbdae43f140e
What's Changed
- Fix some compiler warnings in JdepsGenExtension by @Bencodes in #795
- Add release badges from
shields.io
by @arunkumar9t2 in #799 - Add kt_kotlinc_options for additional bytecode generation options by @brettwooldridge in #802
- Remove -Xuse-experimental from legacy opts by @Bencodes in #767
- Update the workspace to use the prebuilt image over rbe autoconfig. by @restingbull in #744
- pass exec_properties to underlying android_local_test macro by @Augustyniak in #810
- Add instructions to attach debugger to debug java/kt actions by @oliviernotteghem in #814
- Mark receiver parameter type as referenced. by @aeremin in #807
- Fix jdeps tracking case for class extension by @oliviernotteghem in #812
- Fix RBE builds on master by @Bencodes in #818
- Update Dagger from 2.41 -> 2.43.2 by @Bencodes in #817
- Update compose example to Kotlin 1.7.10 by @Bencodes in #820
- Update rules_kotlin to Kotlin 1.7.10 by @Bencodes in #821
- Cleanup bunch of small issues in JdepsGetExtension.kt by @aeremin in #819
New Contributors
- @brettwooldridge made their first contribution in #802
- @Augustyniak made their first contribution in #810
- @aeremin made their first contribution in #807
Full Changelog: v1.7.0-RC-2...v1.7.0-RC-3