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
"Target Java release" seems to be hard-coded for now, and it is worth moving to a build parameter. It should propagate to JavaCompile.options...release and KotlinJvmCompile...Xjdk-release, and jvmTarget
JUnit should probably be built with the latest Java, and there should be a possibility to test it with a different version. Thus two toolchain properties are needed: one for build, another one for test.