Problem Solving Flutter

Problem:

  • What went wrong:
    Execution failed for task ‘:app:processDebugMainManifest’.

Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not “opens java.io” to unnamed module @2dcea5fe0

Solution: update the value of org.gradle.jvmargs located in gradle.properties file

org.gradle.jvmargs=--add-opens java.base/java.io=ALL-UNNAMED