Hi,
I have a framework whitch have a different part (Default/Desktop/Mobile).
I have library for iOS and Android to.
So the dependency tree is somethnig like this:
Default
^
Desktop Mobile
^
iOS Android
All of this is a library project. I can build .swc file one by one, but how can build all of this in one project with one build configuration
for example:
build Defaul
build Desktop
build Mobile
build iOS
build Android
thanks for the help