Hello team :wave: , we recently tried updating to ...
# konsist
a
Hello team 👋 , we recently tried updating to 0.17.1 our older tests started failing with the following error
Copy code
Invalid package definition for layer 'Adapter DTOs'. Package can only end with '..'
We have layers defined like this, which worked well with 0.16
Copy code
val adapterDtos = Layer("Adapter DTOs", "$basePackage.adapter..dto..")
I see that some package-related changes were reverted in 0.17.1. Though this seems to be the current behaviour, is it an intended breaking change?
i
The architecture part have been heavily refactored. fixed https://github.com/LemonAppDev/konsist/releases/tag/v0.17.2
🙏 1
a
Big thanks @igor.wojda, this fixes it.