Assetpacks fast-follow error

Dear internet, I don’t know how to fix this error while packaging my game to android :

Making .aab with Gradle...
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.1.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Creating install-time assetpack for GooglePAD: assetpacks/install-time/obbassets
:assetpacks:install-time:obbassets
:assetpacks:fast-follow:assetpack1
> Configure project :app
AssetPacks: [:assetpacks:install-time:obbassets, :assetpacks:fast-follow:assetpack1]
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:assetPackReleasePreBundleTask'.
> Could not resolve all task dependencies for configuration ':app:assetPackFiles'.
   > Could not resolve project :assetpacks:fast-follow:assetpack1.
     Required by:
         project :app
      > Project :app declares a dependency from configuration 'assetPackFiles' to configuration 'packElements' which is not declared in the descriptor for project :assetpacks:fast-follow:assetpack1.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 15s
ERROR: cmd.exe failed with args /c "rungradle.bat" :app:bundleRelease
       (see log.txt for full exception trace)
AutomationTool exiting with ExitCode=1 (Error_Unknown)
BUILD FAILED

I’ve followed thoses links, but none fixed the error

Hello Guiges,

Sorry to hear you are experiencing this issue. For help troubleshooting your individual project needs, we recommend you post your question on our community Answerhub forums.

For the best chances of getting your question resolved, we recommend you follow our Community Guidelines.

Thanks!