MJ
11/20/2023, 11:17 AMLayer
anymore since in 0.13.0 it is checked by the matcher rather then by checking how the string ends.
val packagePrefix = "com.igorwojda.showcase"
val domain = Layer("Domain", "$packagePrefix..domain..")
Is there any way in the 0.13.0 how we can address also multiple modules/packages by just one rule as it is addressed in the mentioned example? 🤔
My point is to write one 'correct dependencies' test
to be applied for multiple modules
(i.e. _feature_favourite_, _feature_profile_, etc.)
Thank you for any advice.David Kurzica
11/20/2023, 10:58 PM