Maciek Szczesniak
Maciek Szczesniak
This would be a packaging issue - since exported aar relies on external dependencies, you need to include them in your app or provide aar with pom file than lists...
Since I publish exported aar to Maven repository, I do that via patching `build.gradle` generated by uno with following publish task that includes POM generation for all used dependencies: ```...
Same applies to Django 3.2 - in order to use django-garnett I had to vendorize it, as installing via poetry/pip was always downgrading Django to 3.1