How to Fix Flutter Build Error: Gradle version is incompatible with the Java Version
If you’ve been developing using Flutter to build your MicroSaaS and you’ve just upgraded Android Studio there’s a chance that you will see this annoying build error. Flutter Error: Unsupported class file major version 65 You need to get to your project’s folder and run flutter analyze to see what’s going on. flutter doctor won’t […]
How to Fix Flutter Build Error: Gradle version is incompatible with the Java Version Read More »