Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CapabilityRule (0.39 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            withModule<CapabilityRule>(provider) {
                params(name)
                params(version)
            }
        }
    
        private
        fun ComponentMetadataHandler.declareCapabilityPreference(module: String) {
            withModule<CapabilityRule>(module) {
                params(name)
                params("${providedBy.size + 1}")
            }
        }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Jul 18 11:32:19 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top