This message appears when i try to export my project:
Starting a Gradle Daemon, 3 incompatible and 1 stopped Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task ':packageDebug'.
Could not create task ':mergeDebugAssets'.
> Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
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 52s
I'm searching everywhere to find a way to fix this error, but i can't find anything, can somebody help?