Pickle Cube Software Ltd
Pickle Cube Software Ltd
I just did some further research, and it seems "compile" is deprecated / not-advised. Instead using api/implementation is the recommended approach. Considering implementation(...) didn't work for me, I tried api(...)...
Hi @a-maurice, thanks for the reply. I actually got it working by using the "Custom main gradle template" in the Player Settings for Android. It turns out the jar-resolver is...
Yes, this solution works fine for me, I've brought it into my main project! One question though @a-maurice, it seems to have generated a load of files. Should this be...
I managed to get a reference to the controller! But only in a way that feels hacky 😓 This is the code: ``` void _onInit(Artboard art) { final ctrl =...
Hi Gordon Thanks for sharing this, this looks exactly like what I need. I’ll be mindful that it’s not public, so will keep an eye out for this in future...