grab / grazel

A tool to migrate Android projects from Gradle to Bazel incrementally and automatically
https://grab.github.io/grazel/
Other
277 stars 19 forks source link

Project scope #110

Closed axel7083 closed 1 year ago

axel7083 commented 1 year ago

Generate BUILD.bazel, WORKSPACE for given Android project and reduce the overall migration effort.

In the README.md it is explained that the tool will generate BUILD.bazel for given android project, can this be used or adapted for general gradle projects with multiple components etc. ?