I am trying to make a component editor that will b...
# compose-desktop
k
I am trying to make a component editor that will be used as an admin panel within the company. I created a panel like android studio attribute to change the properties of the components. I keep it as key-value with Map in the background, there is no type safety and I have to rewrite many things when I add a new component. How can I improve this situation?