rules_kotlin
rules_kotlin copied to clipboard
can someone shed some light on how bazel + viewbinding + kotlin work together?
This is a very broad question. Can you give a better idea of what you need to accomplish? A sample repository would be enough.
I think he needs some example?
yeah, I am looking for an example which can demonstrate how bazel+kotlin+android viewbinding works. Frankly speaking, after google around, I am actually not sure whether such combination is fully supported by bazel yet.
As far as I understand how ViewBinding works, there needs to be some Bazel-side (or at least rules_android) support for this. I just opened https://github.com/bazelbuild/bazel/issues/13931 to track that.