Closed trevorsummerssmith closed 6 years ago
Bazel 0.8 changed the behavior of '+=' to mutate a list. This change caused kotlin_test not work with bazel 0.8. This commit fixes this so that kotlin_test works with 0.8.
Looks good, thanks.
Bazel 0.8 changed the behavior of '+=' to mutate a list. This change caused kotlin_test not work with bazel 0.8. This commit fixes this so that kotlin_test works with 0.8.