Kotlin rules for Bazel - v1.6.0-RC-2
Pre-release
Pre-release
What's Changed
- Remove unused coroutines references in WorkerEnvironment.kt by @Bencodes in #721
- Update Bazel from 5.0.0 -> 5.1.0 by @Bencodes in #723
- Remove kotlinx-coroutines from maven_install artifacts by @Bencodes in #724
- Update README.md with 1.6.0-RC1 changes by @Bencodes in #725
- Remove ExperimentalCoroutinesApi usages by @Bencodes in #728
- Replace cfg=host with cfg=exec by @Bencodes in #727
- Don't provide jdeps as default output by @Bencodes in #726
- Fix jvm kotlin library compilation with srcjar + no kt files by @oliviernotteghem in #731
- Add github action for creating releases by @Bencodes in #671
- Update Bazel 5.1.0 -> 5.1.1 by @Bencodes in #734
- Revert "Add github action for creating releases" until triggering criteria is sorted out. by @restingbull in #736
- Add github action for creating releases by @Bencodes in #738
- Remove release_name from github action releases by @Bencodes in #739
- More automated release testing by @Bencodes in #740
- [Testing] Write some bytes into the test file by @Bencodes in #741
- Support automated releases using Github Actions by @Bencodes in #742
- Ensure version of Android SDK is consistent when compiling kotlin targets by @oliviernotteghem in #746
- Support Kotlin 1.7 api and language versions by @Bencodes in #747
- Update compose example to 1.2.0-alpha08 by @Bencodes in #722
- Update compose example to 1.2.0-beta02 and Kotlin compiler 1.6.21 by @Bencodes in #751
- Add Kotlin 1.7 build opts by @Bencodes in #750
Full Changelog: 1.6.0-RC-1...v1.6.0-RC-2