https://kotlinlang.org logo
o

orangy

06/26/2018, 3:01 PM
Right now I have to introduce a functional value
childFactory
and use this:
Copy code
rootProperty().onChange { populate(childFactory = childFactory) }
            populate(childFactory = childFactory)