Hi guys, is it OK that watches don't work in `appl...
# announcements
a
Hi guys, is it OK that watches don't work in
apply
blocks? (I mean IDEA watch expressions.)
Copy code
return Foo().apply {
  bar = createBar()
  baz = createBaz() // e.g. watch bar here
}
😞 Any suggestions?
1