Skip to content

Tags: bazelbuild/rules_kotlin

Tags

v2.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow empty glob in src/main/starlark/BUILD.release.bazel for Bazel 8…

… compatibility (#1283)

* Fixes for Windows issues found in the course of bazel-contrib/rules_jvm_external#1297: 1) Use platform-specific path separators. 2) Add Kotlin standard library jars to the data of tools so that the Windows Java launcher can find them in the runfiles manifest.

* Test using path instead of short_path

* Run buildifier

* Consolidate KOTLIN_STDLIBS to //kotlin/compiler:compiler.bzl

* Allow empty glob in src/main/starlark/BUILD.release.bazel for Bazel 8 compatibility

* run buildifier

v2.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't glob for .bazel files in the release archive (#1279)

v2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for strict associate deps (#1260)

* Add support for strict associate deps

* FIx flag usage

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Query the release target in the integration tests (#1254)

* Query the release target in the integration tests

* Fix

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update released_rules_kotlin to 1.9.6 (#1215)

v1.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update KtLint to 1.3.0 (#1184)

* Update KtLint to 1.3.0

* more

* Remove since we have integrations in our project

* More

v1.9.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing compatibility_level back (#1155)

v1.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused repo (#1151)

v1.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support -Xsuppress-version-warnings (#1146)

* Support -Xsuppress-version-warnings

* Fix

* Docs update

---------

Co-authored-by: Corbin McNeely-Smith <58151731+restingbull@users.noreply.github.com>

v1.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add user.bazelrc to .gitignore (#1123)