facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Automate importing third-party dependencies. #2705

Closed mdzyuba closed 2 years ago

mdzyuba commented 2 years ago

The tool is designed to help with migrating from gradle to buck. It imports dependencies defined in a build.gradle and generates BUCK files.

Please see tools/import_deps/README.md for more details.