on Which Version of JDK Should I Use? · c/java · 1 pts · 3yI like temurin, but for docker base images, I use Corretto as Amazon is much better about keeping it patched than the standard Temurin base image.
on Making plugins for gradle · c/kotlin · 1 pts · 3yThe key is to use the kotlin-dsl plugin in your project. That gives you all the setup you should need, except publishing. https://docs.gradle.org/current/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin
I like temurin, but for docker base images, I use Corretto as Amazon is much better about keeping it patched than the standard Temurin base image.
The key is to use the
kotlin-dslplugin in your project. That gives you all the setup you should need, except publishing. https://docs.gradle.org/current/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin