I have searched a lot to find the solution but nothing helped.... I have downloaded Java17 and addressed the path in EnvironmentVariables but still nothing... I have also specified the Java17 version path in File>Settings>Build,Excecution,Deployment>buildTools>Gradle... still nothing changed
I suggest you maintain the package and send the PR
did you changed java version setting in the build.gradle?
compileOptions { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 }
change to this?
Обсуждают сегодня