There should be a new directory called extensions or something of that nature that should hold the optional external modules that aren't directly part of LittleKt to be used separately.
For example, the tools module should be moved into the new directory and the BinPacker logic should be moved directly into core instead of having a dependency on tools.
There should be a new directory called
extensions
or something of that nature that should hold the optional external modules that aren't directly part of LittleKt to be used separately.For example, the
tools
module should be moved into the new directory and theBinPacker
logic should be moved directly intocore
instead of having a dependency ontools
.