If I use a toolchain set to 22, but run Gradle wit...
# gradle
e
If I use a toolchain set to 22, but run Gradle with 21, does it makes sense that the Kotlin compiler daemon will be run using 21, but delegate compilation to a Gradle worker that is run with 22?
Looks like yes
The Kotlin compiler always runs on the JDK the Gradle daemon is running on