MinecraftDev
MinecraftDev copied to clipboard
[Suggestion] Please add gradle DSL option
Minecraft Development for IntelliJ plugin version
latest
Description of the feature request
Makes it easier for (most devs), as majority uses .kts for gradle
+1 to this Other plugins like IntelliJ's Spring plugin allows to choose which Gradle DSL to use completely independent from the language:
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.