Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisteringDomainObjectDelegateProvider (0.85 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/NamedDomainObjectContainerExtensions.kt

     *
     * @param T the domain object type
     * @param C the concrete container type
     */
    inline val <T : Any, C : NamedDomainObjectContainer<T>> C.registering: RegisteringDomainObjectDelegateProvider<out C>
        get() = RegisteringDomainObjectDelegateProvider.of(this)
    
    
    /**
     * Property delegate for registering new elements in the container.
     *
     * ```kotlin
     * tasks {
     *    val rebuild by registering {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 19 22:09:44 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top