Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProjectSchemaNamedDomainObjectSchema (0.33 sec)

  1. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/DefaultProjectSchemaProvider.kt

            val firstPublicKotlinType = schemaType.firstPublicKotlinAccessorTypeOrSelf
            when {
                firstPublicKotlinType === schemaType -> this
                else -> ProjectSchemaNamedDomainObjectSchema(
                    name,
                    TypeOf.typeOf(firstPublicKotlinType)
                )
            }
        }
    
    
    internal
    val Class<*>.firstPublicKotlinAccessorTypeOrSelf: Class<*>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:46 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top