Another `ContourLayout` question. What if I want t...
# squarelibraries
d
Another
ContourLayout
question. What if I want to give a view an exact width. Intuitively I tried this:
Copy code
applyLayout(
  x = leftTo { otherView.left() }.rightTo { this.left() + 150.dip }
)
i.e. referencing
left()
of itself in
rightTo
and adding fixed width, but this throws circular deps error