I often use my Code Modules composed of general purpose Subs that can be used among a variety of B4A applications. But any particular B4A application may reference only 3 or 4 subs from a code module and the code module could have 40 or 50 subs that go unreferenced.
I'd like the B4A "compiler" to remove these unreferenced Subs and variables in the APK file that it generates so the APK file is smaller and loads faster. In the B4A IDE the Logs window already knows which variables & subs are not references, so why can't the compiler not add them to the APK file?
TIA
I'd like the B4A "compiler" to remove these unreferenced Subs and variables in the APK file that it generates so the APK file is smaller and loads faster. In the B4A IDE the Logs window already knows which variables & subs are not references, so why can't the compiler not add them to the APK file?
TIA