I've been able to add ZXing by simply adding the dependency in my gradle file, however this doesn't let me edit the code of ZXing.
I'm wanting to access the 2d boolean array that is passed to the Decoder class in ZXing core directory, however to do this I need to edit the code directly.
I tried adding ZXing Core as a module, but as it has no gradle files I could not.
How can I integrate ZXing in this way? (i.e. in such a way that I can edit the files of the library)