rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

DESIGN: Versioning kt_toolchain

Open restingbull opened this issue 5 years ago • 0 comments

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

restingbull avatar Nov 20 '20 17:11 restingbull