Skip to content

Releases: bazelbuild/rules_kotlin

Kotlin rules for Bazel - v1.8

24 May 01:46
acc2840
Compare
Choose a tag to compare

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: 01293740a16e474669aba5b5a1fe3d368de5832442f164e4fbfc566815a8bc3a

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8

Kotlin rules for Bazel - v1.8-RC-12

07 May 19:44
1d2a56d
Compare
Choose a tag to compare
Pre-release

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: 8e5c8ab087e0fa3fbb58e1f6b99d8fe40f75bac44994c3d208eba723284465d6

What's Changed

New Contributors

Full Changelog: v1.8-RC-1...v1.8-RC-12

Kotlin rules for Bazel - v1.8-RC-1

25 Jan 21:57
fe9c503
Compare
Choose a tag to compare
Pre-release

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: 1779628569eb3b0fe97a3fb5c3ed8090e6503e425600b401c7b1afb6b23a3098

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8-RC-1

Kotlin rules for Bazel - v1.7.1

28 Dec 17:34
Compare
Choose a tag to compare

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: fd92a98bd8a8f0e1cdcb490b93f5acef1f1727ed992571232d33de42395ca9b3

Built from the https://github.com/bazelbuild/rules_kotlin/tree/release-v1.7.0 release branch with a few small fixes.

What's Changed

  • Add missing rules_proto calls for deps, etc. #904
  • Revert "Enable new jarfs for multiplex workers. #906

Full Changelog: v1.7.0...v1.7.1

Kotlin rules for Bazel - v1.7.0

22 Dec 17:08
87507da
Compare
Choose a tag to compare

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: 15afe2d727f0dba572e0ce58f1dac20aec1441422ca65f7c3f7671b47fd483bf

What's Changed

New Contributors

Read more

Kotlin rules for Bazel - v1.7.0-RC-3

16 Aug 04:49
c83b8a8
Compare
Choose a tag to compare
Pre-release

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: f033fa36f51073eae224f18428d9493966e67c27387728b6be2ebbdae43f140e

What's Changed

New Contributors

Full Changelog: v1.7.0-RC-2...v1.7.0-RC-3

Kotlin rules for Bazel - v1.7.0-RC-2

08 Jul 17:26
d0b4677
Compare
Choose a tag to compare
Pre-release

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: 946747acdbeae799b085d12b240ec346f775ac65236dfcf18aa0cd7300f6de78

What's Changed

  • Check if default_jvm_opts exists in ctx.fragments.java by @mai93 in #793

Full Changelog: v1.7.0-RC-1...v1.7.0-RC-2

Kotlin rules for Bazel - v1.7.0-RC-1

04 Jul 16:42
879af1a
Compare
Choose a tag to compare
Pre-release

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: 68b910730026921814d3a504ccbe9adaac9938983d940e626523e6e4ecfb0355

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0-RC-1

Kotlin rules for Bazel - v1.6.0

15 Jun 19:48
6e33397
Compare
Choose a tag to compare

Note: These rules are maintained externally by volunteers (with Google's approval)

SHA256: a57591404423a52bd6b18ebba7979e8cd2243534736c5c94d35c89718ea38f94

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

Kotlin rules for Bazel - v1.6.0-RC-3

10 Jun 22:32
6e33397
Compare
Choose a tag to compare
Pre-release

This will likely be the final RC release before we promote v1.6.0 to stable.

What's Changed

  • Run kapt on kt files passed via srcjars 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