-
Notifications
You must be signed in to change notification settings - Fork 136
-
Can't seem to find any documentation, does this work with newer jdk's 15/16? Thanks
Beta Was this translation helpful? Give feedback.
All reactions
hi,
master branch supports java8 language features and particular ones up to java 11.
at other hand java runtime is based on Android one and today it stuck at Android 4.3 level.
there is work on bringing Android12/13 Libcore (java runtime) and it still in progress/early stage
project is not based on JDK but on Android SDK and we can support some features that comes from android but not from JDK
Replies: 2 comments 1 reply
-
Hi
What is the state of newer java language feature support? Can we use java 17 language features?
Beta Was this translation helpful? Give feedback.
All reactions
-
hi,
master branch supports java8 language features and particular ones up to java 11.
at other hand java runtime is based on Android one and today it stuck at Android 4.3 level.
there is work on bringing Android12/13 Libcore (java runtime) and it still in progress/early stage
project is not based on JDK but on Android SDK and we can support some features that comes from android but not from JDK
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
I see, thanks so much for your reply.
Beta Was this translation helpful? Give feedback.