Are multiplatform projects compatible with Gradle'...
# multiplatform
a
Are multiplatform projects compatible with Gradle's Java Toolchain declaration? https://docs.gradle.org/current/userguide/toolchains.html As we use KMP more broadly, we're (thankfully!) having more and more iOS/web friends also contributing to the multiplatform codebase. I'm looking into ways to automate and enforce consistency for dev environment setup, and a common sticking point is just getting the JDK installed.
👀 1