It would be easy to support inject in ViewModel, b...
# tornadofx
e
It would be easy to support inject in ViewModel, but it feels weird to me. To make a ViewModel injectable however, you could probably just make it implement
Injectable
. I know that's now what you wanted, I'm just thinking out loud.