Overwatcheat
Overwatcheat copied to clipboard
Compiling error
problem with compiling settings.gradle using JDK 18 which is required to run the program.
go to build.gradle, change the kotlin version from 1.4.32 to 1.5.0. referrenced here. i also changed my java path to use jdk 11.0.13, not sure if that helped too.
line 25 in build.gradle btw
go to build.gradle, change the kotlin version from 1.4.32 to 1.5.0. referrenced here. i also changed my java path to use jdk 11.0.13, not sure if that helped too.
how did you change java path?