2

Which java version should I use in android projects, I know by default android set target and compiler version to JAVA 1.8, but gradle sdk is set to java 11 by default. And In somewhere in compose documentation I see we can use java 17 for target and compile options. I just want to know how and from where I can check latest supported java version in android because I want to use latest java version. Reason for that is newer version comes with new features that' why. I

0 Answers0