Are there any release notes for Arctic Fox 13 &amp...
# compose
p
Are there any release notes for Arctic Fox 13 & 14? 🤔 Both are missing on: https://androidstudio.googleblog.com/
☝️ 4
h
I'd be interested as well, at least the upgrade from gradle 6.8 to gradle 7 is quite major. With the 14 update this morning I got into the same situation as reported in https://stackoverflow.com/questions/66980512/android-gradle-plugin-requires-java-11-to-run-you-are-currently-using-java-1-8
👍 1
p
I’m still stuck on 11 as 12 introduced some more aggressive R8 behavior, that uncovered some hidden issues… https://issuetracker.google.com/issues/183851542
and bumping gradle to 7.x is quite a thing 🙂 considering conflicts between few gradle plugins
h
I had to revert back to 13. Did some googling and experimentation, but couldn't figure out where the JDK 8 for AGP in 14 comes from. The IDE itself is running bundled JDK 11 and there's no JDK configuration for the project in that version.
p
That’s a weak limitation, indeed. 😲 I’m using Zulu ARM JDK (for much faster compilation on Apple Silicon).
h
Might be my ignorance as well. How do you set it up on 11?
p
I downloaded & installed jdk from: https://www.azul.com/downloads/zulu-community/?os=macos&architecture=arm-64-bit&package=jdk and modified jdk location in project structure:
i
I reported bug for missing jlink from bunded JDK11 is fixed on 14.
1
h
Right, the JDK Location selection pictured above is not available in 13 or 14.