Shivam Verma
05/23/2024, 12:32 PMKonsist
.scopeFromProject()
.assertArchitecture {
// Assert architecture
val v2 = Layer("v2", "com.example.v2..")
val v1 = Layer("v1","com.example.v1.." )
v2.doesNotDependOn(v1)
}
igor.wojda
05/23/2024, 3:54 PMigor.wojda
05/23/2024, 3:56 PMShivam Verma
05/23/2024, 3:56 PM