I take that back, I would like to see something specific if you ever decide to do this. The thing I've been struggling with is that I have a kotlin data class that is a nested data structure. That is, some properties are things like lists (normal lists, not observables), and other properties are other kotlin data classes. A good clean strategy for making editors for this nested structure has eluded me.