rules_kotlin
rules_kotlin copied to clipboard
``kt_jvm_test`` does not support ``env`` common attribute
In contrast to java_test, and many other bazel test rules, kt_jvm_test does not support the env common attribute to set environment variables in the test execution environment.
Is this merely an oversight? Or a technical limitation?
Looks like an oversight.
Wasn't this resolved by https://github.com/bazelbuild/rules_kotlin/pull/837?