@Incubating public interface JvmComponentExtension
Modifier and Type | Method and Description |
---|---|
NamedDomainObjectContainer<JvmLibrary> |
getLibraries()
Provides the set of JVM libraries that can be created by this build.
|
void |
libraries(Action<? super NamedDomainObjectContainer<? super JvmLibrary>> action)
Configures the set of JVM libraries.
|
NamedDomainObjectContainer<JvmLibrary> getLibraries()
void libraries(Action<? super NamedDomainObjectContainer<? super JvmLibrary>> action)