Skip to content

Commit

Permalink
Fix kt_jvm_test to support mixed java/kt srcs (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoroste authored Apr 1, 2021
1 parent b300cd8 commit c58b5cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kotlin/internal/jvm/jvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@ kt_jvm_test = rule(
test = True,
toolchains = _common_toolchains,
implementation = _kt_jvm_junit_test_impl,
fragments = ["java"], # Required fragments of the target configuration
host_fragments = ["java"], # Required fragments of the host configuration

)

kt_jvm_import = rule(
Expand Down

0 comments on commit c58b5cb

Please sign in to comment.