PSA: rules_kotlin Legacy-1.4.0-rc1 release is out. Let’s start testing it, and see what needs fixing.
https://github.com/bazelbuild/rules_kotlin/releases/tag/legacy-1.4.0-rc1
Notable changes:
• Releases are now precompiled, suggested production installation is via a release archive. Please see the
Development Guide when running from a non-archive repository. (
#271)
• Support for Kotlin compiler plugins via the
kt_compiler_plugin (
#308)
• Improved determinism for remote builds (
#304)
• No longer packages non-kotlin generated sources (
#263)
• Proper classpath handling for java plugins (
#318)
• Support for propagating Kotlin version to Intellij (
#242 )