Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldNotDependOn (0.12 sec)

  1. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/architecture/PackageDependencyRulesTest.kt

            "..support.." shouldNotDependOn "..execution.."
        }
    
        @Test
        fun `support should not depend on codegen`() {
            "..support.." shouldNotDependOn "..kotlin.dsl.codegen.."
        }
    
        @Test
        fun `accessors should not depend on execution`() {
            "..accessors.." shouldNotDependOn "..kotlin.dsl.execution.."
        }
    
        private
        infix fun String.shouldNotDependOn(thatPackage: String) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top