https://kotlinlang.org logo
#konsist
Title
# konsist
m

Matt Thompson

11/06/2023, 11:37 PM
is there any way to get
assertArchitecture
to fail if a module exists in the scope but hasn’t been represented by a
Layer
? right now it seems to only know about `Layer`s that have assertions called on them, so if you forget to add one or add a new module later it will still pass
i

igor.wojda

11/08/2023, 8:10 AM
Not ATM - I will look into improving architecture after the upcomming
0.14.0
release. I will see what can be done about it Thx for the feedback
👍 1