B4J Question B4Xlibs inner workings

alwaysbusy

Expert
Licensed User
Longtime User
These are just some questions out of curiosity, as I'm investigating using b4xlibs for BANano:

1. I see that a project now contains a folder b4xlibs. Is this a temporary folder used for compilation?

2. Are the b4xlibs re-compiled every time one does a project compilation? I'm just thinking speed wise here as some libraries have potentially hundreds of classes with code that (most of the time) will never change. At One Two, we have some projects that are very big in itself, so every bit of pre-compiling helps.
 
Top