package needs the latest version of gardle
Error while evaluating property 'hasLocalAarDeps' of task ':camera_deep_ar:bundleDebugAar' Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :camera_deep_ar project caused this error
@willemml this seems to be fixed on edf1c4f615f424c4f111ef8ee557631922a4d2bd
I don't know why this happens to me
You might be using nightly rust or a newer version, I don't know why it only happens sometimes, if/when I work on this again I'll check the code for use of deprecated functions.