rules_kotlin
rules_kotlin copied to clipboard
DESIGN: Versioning kt_toolchain
The worker, and therefore the toolchain, is softly tied to a single version of the kotlin compiler. The manifests both with api breakages (e.g. method not found) and embedded classpath issues.
Design Goals
- improve compatibility (forwards and backward)
- explicitly surface incompatible behaviour
- limit code duplication