You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run kotlinx-coroutines-debug on JDK 21. However, kotlinx-coroutines-debug pulls byte-buddy version 1.10.9 which is not compatible with JDK 21.
The workaround is to pull the newer version explicitly but ideally that should not be necessary.