suresh
08/27/2025, 3:19 PMjoffrey
08/27/2025, 3:25 PMsuresh
08/30/2025, 1:38 AMserver-side development• Can we expect to set any custom JDK version for compilation anytime soon (say I want to test JDK 25 or 26-EA builds)? Today, even though we can set jvm.release to 25 on IDE, at runtime, we are getting
'-Xjdk-release=25' option is not supported by used JDK: ../Library/Caches/JetBrains/Amper/extract.cache/7de4a97883-amazon-corretto-21.0.1.12.1-macosx-aarch64.tar.gz.058c52.d/Contents/Home
• What’s the plan for version catalog support to unify dependency versions? Having a gradle directory makes this a little weird.😄
Are any of these part of the upcoming release?joffrey
08/30/2025, 9:44 PMjoffrey
08/30/2025, 9:46 PMlibs.versions.toml
file at the root level (not under gradle/
) to avoid the awkwardness (beware that the IDE support is not there, so it will yield some red code in the editor).
We'll introduce an Amper-style library catalog in the future, but in the meantime, this should helpsuresh
09/01/2025, 6:44 PM$libs.versions.kotlin