Arunkumar

Results 45 issues of Arunkumar

#89 introduced ability to merge multiple flavored source sets similar to what is done on Gradle. However it only supported resources (blocks few variants internally), this PR however supports assets...

Refine //tests/.. target to showcase databinding ### Observations When using Bazel 7.1.0 and associated `android_tools`, we get the following error ```java com.beust.jcommander.ParameterException: "-zipSourceOutput": couldn't convert "true " to a boolean...

https://github.com/keith/buildifier-prebuilt

Initial work done in #119 - [x] Implement rest of inputs for `project.xml` - [x] Implement aspect to collect all dependencies' partial results required for generating `android_library`'s lint - [x]...

enhancement

enhancement

`rules_kotlin` currently deploys a sandwich library to allow for Kotlin + android resources compilation which is bit of an atypical setup that involves exporting as well. Since our own `kt_db_android_library`...

enhancement

Currently stub compiler generates R.java and other databinding classes for Kotlin compilation to work. The R.java in particular is compiled independently to allow not link it in runtime using `never_link`....

enhancement

Provide release archive instead of compiling this repo as part of consumer build.

enhancement