MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

[Suggestion] Please add gradle DSL option

Open tooobiiii opened this issue 6 months ago • 1 comments

Minecraft Development for IntelliJ plugin version

latest

Description of the feature request

Makes it easier for (most devs), as majority uses .kts for gradle

tooobiiii avatar Jun 26 '25 11:06 tooobiiii

+1 to this Other plugins like IntelliJ's Spring plugin allows to choose which Gradle DSL to use completely independent from the language:

Image

A lot of Minecraft devs are adopting the Kotlin DSL for Gradle in their projects, which makes it harder when they want to make their code in Java, but get the Groovy version.

Biquaternions avatar Jul 23 '25 18:07 Biquaternions