I've prepared a PR that will change the JDK that Gradle uses to run the Gradle daemon. This will help with the cacheability of the build, and hopefully we'll see better performance locally (because of more remote-cache hits), and on CI.
This uses
an experimental feature, so if they are issues please let me know.
https://github.com/kotest/kotest/pull/4221