rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Kotlinc options don't pass through to JS Compile

Open pswaminathan opened this issue 1 year ago • 0 comments

Repro here

  • Action: Build src:jvm and src:js
  • Expected: Both src:jvm and src:js get -Xmulti-platform specified by x_multi_platform argument to :kt_kotlinc_options
  • Actual: src:jvm succeeds, src:js doesn't get this option

pswaminathan avatar Aug 22 '23 02:08 pswaminathan