I'm building an app that depends on a library specifically built for JVM 21. As the java tools use JDK 17, there's an error from DesugarDexSharding:
Error: java.lang.IllegalArgumentException: Unsupported class file major version 65
What's the recommended way to deal with this, and what will be the eventual fix?
I'm building an app that depends on a library specifically built for JVM 21. As the java tools use JDK 17, there's an error from
DesugarDexSharding:What's the recommended way to deal with this, and what will be the eventual fix?