I have a simple Kotlin/Gradle project. I'd like to make it a bit more complicated and add a new module in IntelliJ. File > New > Module... Kotlin isn't one of the listed language choices! Any thoughts as to what I've done horribly wrong? This is IntelliJ Ultimate 2022.1.3 and the parent project is definitely Kotlin.
Thanks. In the end I just chose Java then converted the module to Kotlin. I haven't created multi module projects myself before, though of course have used many in the past.