Romanow
02/22/2018, 3:21 PMby inject<>()
and regular classes (not Components)? Is there a clean way to inject non-components into components?Carlton Whitehead
02/22/2018, 5:57 PMval foo: YourNonComponent by di()
, see https://edvin.gitbooks.io/tornadofx-guide/content/part2/Dependency%20Injection.html under the section "Third party injection frameworks"Romanow
02/24/2018, 11:34 AM