blob: cb8c4f439f38b89c60bf42c8366d327374ce7f03 [file] [log] [blame] [view] [edit]
# Examples
These are series of code samples useful for configuring a variety of use cases. They also serve as integration tests.
## Adding a new integration test
1. Create a new workspace in the `examples` directory
1. Ensure that the `rules_kotlin` repository is named `rules_kotlin`
1. If the example will not work on a bazel version, add an `exclude` directory with a file of that version. See examples/multiplex/exclude.
1. Update the bazel excluded packages via `bazel run @rules_bazel_integration_test//tools:update_deleted_packages`