basically, confy is just an automator for calling the compiler tool, and it was made with C specifically in mind then realized it could be used for nim, so I did implement it. but extending it for more is probably pushing it far beyond its design, and overengineering it by a lot definitely better to just make a separate tool that handles the android nightmare in isolation _(even if that tool uses confy as a library, but im not sure there is much in confy that's even useful for that workflow, from what I can gather)_