feature/share-libs
bzl 8 lines 240 Bytes
Raw
1 load("//frontend/apple/tools:repositories.bzl", "swiftlint_dependency")
2
3 def _non_module_dependencies_impl(_ctx):
4 swiftlint_dependency()
5
6 non_module_dependencies = module_extension(
7 implementation = _non_module_dependencies_impl,
8 )