nextcloud/talk-android

update to Java11

mahibi opened this issue · 4 comments

conflicts with Java 11 would arise here:

Currently the java version in Android Studio must be set to java 8 to compile this project.

Feel free to comment any thought what has to be done to get this project to run with Java 11

after this is solved:

  • remove hint from readme.md that java8 is necessary

conflicts with Java 11 would arise here:
#1051
#1035

Issue I experienced trying to use Java 11 with Android Studio < 4.3 was the code generation libs mix of lombok and parceler (maybe + updating to latest kotlin/gradle versions for AS4.2+) So like with the files client we should get rid of lombok at some point.

the newest Android Studio versions can be used like mentioned in #1692

finally done with #2061