Is possible to add a dependent library on another one?

I’m building a library but this library depends of MQTT library. Is possible that when any user add my library, the MQTT library will automatically added?

Best regards,
Metavix

At the moment, not yet, but this is something that’s being worked on for the future. For the time being, people will have to include all necessary libraries manually. You could theoretically copy the other libraries in your own library, but that’s generally considered bad practice and not something to be encouraged.

1 Like

@Moors7 Ok thank you.