I am trying to run my android program in Qt however I am getting the following error:
Execution failed for task ':processDebugManifest'.
> 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 @13d72a22
I tried different versions of jdk and gradle however nothing helps.
Gradle version: 7.4.2 JDK version: 18