When I'm reusing an utility-module, I'm often forgetting to activate the libs used by this module...
So it would be nice to have something like an "auto-bind-feature" controlled by code, e. g. using a declaration like this in the reused module:
Also a kind of compiler directive as comment would be possible, e. g.:
In future, everytime I import such a module in a new project, the libs are "automagically" binded i. e. activated.
So it would be nice to have something like an "auto-bind-feature" controlled by code, e. g. using a declaration like this in the reused module:
B4X:
Uses Reflection, Threading
B4X:
'$Uses Reflection, Threading
In future, everytime I import such a module in a new project, the libs are "automagically" binded i. e. activated.