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 @786f3609
I had the same issue and I resolved it by appending
org.gradle.jvmargs=--add-opens java.base/java.io=ALL-UNNAMED
To the file :
./android/gradle.properties
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With