pubref / rules_kotlin

Bazel rules for Kotlin
Other
159 stars 20 forks source link

Remove in-place mutation in kotlin_compile #51

Closed trevorsummerssmith closed 6 years ago

trevorsummerssmith commented 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.

pcj commented 6 years ago

Looks good, thanks.