Use the Android Gradle Project to pre-cache dependencies for COIN
devThe Android Gradle Project for COIN is a minimal project designed to pre-cache Gradle dependencies during the provisioning stage. This is used to ensure that subsequent Qt builds and tests can run successfully using the --offline flag by avoiding network downloads.
This project caches dependencies for the following components:
com.android.application: Required for Qt test/example APK builds.com.android.library: Required for Qt JAR builds.android.dynamic.feature: Required for Feature Delivery tests.org.jetbrains.kotlin.android: Required by certain Qt modules.org.qtproject.qt.gradleplugin: Used by Qt for Android Studio projects.AndroidX: Used by app builds.