Support kotlinx-coroutines-debug on JDK 21: update Byte Buddy
rocketraman opened this issue · 1 comments
rocketraman commented
Use case
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.