Switching to `1.6.10-beta01` ```Exception in thre...
# compose-desktop
k
Switching to
1.6.10-beta01
Copy code
Exception in thread "main" java.lang.UnsupportedClassVersionError: androidx/lifecycle/LifecycleRegistry has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
Is Java 17 the new minimum now?
If it is, it should be up top in the release notes
i
This class is in
lifecycle-runtime
dependency that compiled for desktop by Google. For multiplatform it uses original binary for avoid conflicts. I'll escalate this, thanks for feedback
k
So 1.6.10 is meant to stay on Java 11 as baseline?
👌 1
So we are moving to 17?
Or is this something that is planned to be addressed within the 1.6.10 timeframe?
i
It's in known issues section
It requires a new release from Google, I hope it will be before our 1.6.10-rc01
k
Is this still planned for 1.6.10? We’re almost at rc03 now.
i
It should be fixed. I rechecked -
1.6.10-beta01
fails,
1.6.10-rc03
doesn't
i
It should be fixed since rc01
k
Ah, thanks, will revert Aurora back to 11 to see if it works
Works for me, thanks!
🎉 1