Kotlin rules for Bazel - v1.7.0-RC-1
Pre-release
Pre-release
Note: These rules are maintained externally by volunteers (with Google's approval)
SHA256: 68b910730026921814d3a504ccbe9adaac9938983d940e626523e6e4ecfb0355
What's Changed
- Update Bazel from 5.1.1 -> 5.2.0 by @Bencodes in #766
- Remove deprecated friends attribute in favor of associates by @Bencodes in #768
- Support -Xreport-perf by @rockwotj in #775
- Add support for -Xbackend-threads by @rockwotj in #773
- Update -Xuse-fir to -Xuse-k2 by @rockwotj in #776
- Add no-optimize flag by @rockwotj in #774
- Update doc for v1.6.0 by @utzcoz in #779
- Bump bazel to 5.0.0 by @utzcoz in #780
- Bump Robolectric to 4.8.1 for android example by @utzcoz in #781
- Allow resources to be passed to kt_android_library by @sugarmanz in #786
- Fix typo in error by @hanneskaeufler in #783
- Support using --jvmopt with kt_jvm_test by @mai93 in #782
- Remove dead code branch by @hanneskaeufler in #784
ktlint_test
windows support by @hanneskaeufler in #785- Fix repository mapping to be compliant with Bazel 6 by @restingbull in #777
- Support multiple
kt_android_library
targets with same package name. by @arunkumar9t2 in #790 - Bump ktlint to 0.46.1, but make the version configurable by @hanneskaeufler in #789
- Remove unused build_java attribute by @Bencodes in #788
- Update to Kotlin 1.7.0 by @Bencodes in #769
- Remove @jin from CODEOWNERS by @jin in #792
New Contributors
- @hanneskaeufler made their first contribution in #783
Full Changelog: v1.6.0...v1.7.0-RC-1