:slightly_smiling_face: of course not, I understan...
# tornadofx
a
🙂 of course not, I understand why the compiler is unhappy, and btw I found "value" but understand why "get()" is correct, but that doesn't achieve my objectives, furthermore I would have hoped the tooling (idea plugin) would have setup what is necessary to specify a "clean" object aspect path this is what I mean, given and purely for illustration purposes:
Copy code
class Person(val firstName: String = "", val lastName:String = "", val phone:String = "", val address:Address = Address())

class Address(val streetAddress: String = "", val city:String = "", val state:String = "", val zipCode:String = "")
i.e. that if run the tooling i.e. 1. Convert all properties to TornadoFX properties 2. Generate ViewModel ``````