[Flutter] Gradle version is incompatible with the Java version that Flutter is using for Gradle 이슈 대응
문제 분석
Android Studio를 업데이트하고 나서 기존 프로젝트가 빌드되지 않는 이슈가 발생했다. 에러 로그는 다음과 같았다.
[!] Your project's Gradle version is incompatible with the Java version that Flutter is using for Gradle.
To fix this iss...
studio-pendant.hashnode.dev2 min read