This message was deleted.
# plugin-development
s
This message was deleted.
t
I would say that you can't (and that you have a design problem rather than a technical one). I suppose that you can actually read the current value (eagerly!) and then set it (same with any kind of Property btw, not just ListProperty)
t
I know I have a design problem, but it is too much to change it right now 😅
Seems usual workaround by using
afterEvaluate { .. }
works here
v
WDYT of adding another list property that builds upon the original one? In other words, ListProperty.map { … } which creates the “updated list property”
1
t
actually your idea with additional input is better then using
afterEvaluate { ... }
. Thank you!
👍 1