Gradle
已回答
I don't have Gradle in my generators ،i installed Gradle in my PC , in intellij, I asked many groups and even chatgpt ....
I don't have Gradle in my generators I only can choose build system as Gradle and then the dsl as groovy.please hellllllllllp me 😢😢
请先登录再写评论。
Project generators list refers to the new framework-based projects. Gradle is not included in this list.
To create a new Gradle project:
File > New Project > and select build system as Gradle: https://i.imgur.com/t2SJYcz.png
You can also select a Gradle distribution (wrapped in the IDE installation, or local Gradle installation).
Thanks what should I choose as dsl , I have only katlin and groovy
Well it depends on which one you are most used to.
If you don't have a personal preference - it is recommended to choose Kotlin as it is more readable and offers better IDE support like: auto-completion, source navigation, refactoring etc.
If you wish to read a bit more details on this topic you can check this gradle blog: https://blog.gradle.org/kotlin-meets-gradle