Kotlin rules for Bazel - v1.6.0-RC-3
Pre-release
Pre-release
This will likely be the final RC release before we promote v1.6.0 to stable.
What's Changed
- Run
kapt
onkt
files passed viasrcjar
s by @arunkumar9t2 in #749 - Update CHANGELOG.md for 1.6.0-RC1 by @Bencodes in #755
- Update CHANGELOG.md for v1.6.0-RC-2 by @Bencodes in #756
- Flatten README.md down and refer to Github Releases for changelog information by @Bencodes in #757
- Flatten the quick start section of the README to only reference the current stable release by @Bencodes in #758
- Remove Kotlin 1.3 reference from README and fix a typo by @Bencodes in #759
- Update custom kotlinc distribution docs to reference a newer Kotlin compiler release by @Bencodes in #760
- Fix typo in
kt_download_local_dev_dependencies
deprecation error message by @arunkumar9t2 in #762 - Break KotlinKapt action into it's own function by @Bencodes in #765
- Add build and test support to RulesKotlinWorkspace by @Bencodes in #764
- Symlink empty jdeps as output when there are none to merge by @Bencodes in #763
- add -Xemit-jvm-type-annotations by @restingbull in #770
Full Changelog: v1.6.0-RC-2...v1.6.0-RC-3