I'm trying to upload AAB to App Distribution (linked to Google Play) and I'm getting this error:
Execution failed for task ':mobile:appDistributionUploadRelease'.
> Could not find the APK. Make sure you build first by running ./gradlew assemble[Variant*** or set the artifactPath parameter to point to your APK
How to resolve the issue without building an APK?