Enable hot deploy for addon project

Hi all,
is it possible to enable hot deploy for addon project in a composite, it would be very useful!
Thanks!

Hi Michele,

The hot deploy of UI changes works for add-ons in composite projects.

Studio detects a running application from the same project and hot-deploys all changes in add-ons, which this app depends on, to this application.

If it doesn’t work for you, please describe your project configuration and what you expect.

Regards,
Konstantin

“which this app depends on”

here is the problem: my app depends on my addon not directly but transitively!

Solved adding direct dependency (although temporarily for development purpose)!

Thanks for the hint! We’ll check this use case.