gradle
9.7.0-20260526005751+0000
      Target filter
Search in API
Skip to content
    gradle
gradle/org.gradle.kotlin.dsl/domainObjectContainer

domainObjectContainer

inline fun <T : Any> ObjectFactory.domainObjectContainer(elementType: KClass<T>): NamedDomainObjectContainer<T>(source)
inline fun <T : Any> ObjectFactory.domainObjectContainer(elementType: KClass<T>): NamedDomainObjectContainer<T>(source)
inline fun <T : Any> ObjectFactory.domainObjectContainer(elementType: KClass<T>, factory: NamedDomainObjectFactory<T>): NamedDomainObjectContainer<T>(source)
inline fun <T : Any> ObjectFactory.domainObjectContainer(elementType: KClass<T>, factory: NamedDomainObjectFactory<T>): NamedDomainObjectContainer<T>(source)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.domainObjectContainer.

Since

5.5

See also

org.gradle.api.model.ObjectFactory.domainObjectContainer
Generated by Dokka
Gradle Kotlin DSL Reference