igor.wojda
11/25/2024, 10:23 AMBlaž Vantur
11/27/2024, 7:17 AMval domain = Layer("Domain", "..domain..")
But now as I see it from Konsist snippet it needs to be written like this:
val domain = Layer("Domain", "com.myapp.domain..")
To me the old way was more flexible and more useful to my project structure where I have feature-based structure in my project. So each feature has its own domain, data, presentation, ui layers. And with new approach it would require me to write a lot of different tests(or layers) in order to test my architecture, which worked with only one test with the version 0.16.1. Or am I missing something?igor.wojda
11/27/2024, 10:17 AMassertArchitecture
part have been heavily rewritten.
This is a bug.
Hotfix will be released soonigor.wojda
11/27/2024, 10:31 AMBlaž Vantur
11/27/2024, 10:34 AMigor.wojda
11/27/2024, 10:34 AMigor.wojda
12/02/2024, 4:53 PM