rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

``kt_jvm_test`` does not support ``env`` common attribute

Open brettwooldridge opened this issue 3 years ago • 2 comments

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?

brettwooldridge avatar Aug 09 '22 23:08 brettwooldridge

Looks like an oversight.

restingbull avatar Aug 12 '22 20:08 restingbull

Wasn't this resolved by https://github.com/bazelbuild/rules_kotlin/pull/837?

hanneskaeufler avatar Nov 05 '22 16:11 hanneskaeufler