envoyproxy / envoyproxy/envoy-mobile
java: converge java bazel macros to kotlin bazel macro
Open
no stalebot
- Dominant language
- Java
- Stars
- 566
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Currently to use java files in a kotlin unit test, we will need to declare a separate sources `filegroup` in order to use the `java_library` files.
The solve here is to provide a java macro which is compatible with the existing kotlin macro unit testing assumptions.
Contributor guide
Assessment
This issue has not been assessed yet.