Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0

I think

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

is the line in the error message I need to pay attention to.

If I look in the android folder for my project (Vue3) I see in /android/.gradle I have a directory labeled 7.4.2
I’m assuming that is the version of gradle my project is trying to work with.

Any ideas what’s going on here, how to fix, upgrade…any and all of that. I’m clueless.

1 Like

It’s just a warning telling you that things will break if you update to gradle 8 (in the future as gradle 8 doesn’t even exist yet).