Luka Cindro

Results 4 issues of Luka Cindro

I'm curious to know if handling 3rd party software licenses is on the roadmap and what the recommended ways of handling licenses are. Ideally the generated targets would use [rules_license](https://github.com/bazelbuild/rules_license)...

#285 introduced `Target-Label` "stamping" that is used to produce missing strict an unused dependency warnings as described in #283. #293 changed the implementation from using `singlejar` to `jar umf`. The...

As noted in the README, `kt_ksp_plugin` doesn't support generating Java code. Some annotation processors, like Dagger 2.48+, generate Java code and support KSP. --- When implemented, updating _examples/dagger_ to use...

We saw an issue related to https://github.com/bazelbuild/bazel/issues/14229: files besides `crashlytics-build.properties` end up affecting and being pulled into outputs of resource processing actions (e.g. `assets.bin`). We occasionally saw failures like: ```...