A scalac plugin for detecting used/exported symbols of scala sources, forked from https://github.com/foursquare/fsqio/tree/master/src/jvm/io/fsq/buildgen/plugin
(Copyright 2020 Foursquare Labs Inc under the Apache 2.0 License)
This is useful for generating BUILD files for build systems that require explicit source dependencies such as bazel and pants
This is experimental code, do not depend on it.
- install bazel using bazelisk
- To add a new 3rd party dependency, add it to
./dependencies.yaml
and run./update_dependencies.sh
./build.sh
./test.sh