Hi, isn't there a way to create a new gradle Kotli...
# getting-started
a
Hi, isn't there a way to create a new gradle Kotlin module in Intellij ? I just can create a Java/Groovy/JavaScript module, or HTML/Compose/Selenium/Maven and Selenium has actually a
Kotlin
module option, but else I can't find how to create a new empty Kotlin module with gradle 🤔
c
create a Gradle project/module with the appropriate Kotlin plugins, IntelliJ will pick it up from there.
a
I have the plugin and I don't want to create a project but a module
v
How do you define "project" and "module"?