Interface DependencySpecBuilder

All Known Subinterfaces:
ModuleDependencySpecBuilder, ProjectDependencySpecBuilder

@Incubating public interface DependencySpecBuilder
A builder of a DependencySpec. Implementations are required to return immutable dependency specs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Builds a concrete immutable DependencySpec instance.
  • Method Details