Peter
10/22/2024, 12:08 PMKonsist.scopeFromModule("app")
.assertArchitecture {
val profile = Layer("profile", "com.some.app.profile..")
val auth = Layer("auth", "com.some.app.auth..")
profile.dependsOn(auth)
auth.dependsOn(profile)
}
glureau
10/22/2024, 1:29 PMPeter
10/22/2024, 1:49 PM