Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            }
            if (target is Project) {
                @Suppress("deprecation")
                val plugins: Map<String, Any> = DeprecationLogger.whileDisabled(Factory { target.convention.plugins })!!
                accessibleConventionsSchema(plugins).forEach { (name, type) ->
                    conventions.add(ProjectSchemaEntry(targetType, name, type))
                    val plugin = DeprecationLogger.whileDisabled(Factory { plugins[name] })!!
    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