Hi, I’m currently working on fixing FlexJS support in IntelliJ. I just encountered a line of code in which the component sets are selected based on the version-number (if it’s greater than 4.5). I don’t want to go down the path of hacking the version number of flexJS to be something like 4.8.0.8.0 so I would rather have the version 0.8.0 but a SDK type in the descriptor. Unfortunately I don’t know if adding an element to this would break things. What other alternatives would we have to provide this information?
Chris