rules_kotlin
rules_kotlin copied to clipboard
Kotlinc options don't pass through to JS Compile
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