Hey hey.
I accidentally stumbled upon the IDEA release notes today and found this:
Kotlin modules are back! With v2023.3, it is once again possible to add Kotlin modules to your project, meaning that you can create multi-module Kotlin projects with ease. We will continue to improve the reworked functionality.
Can anyone explain what does that mean? Like... I'm using Kotlin (Gradle) modules all the time. So what does the "Kotlin module" mean in this context?
w
wasyl
01/19/2024, 3:34 PM
I think it refers to the
new module
window, I recall some people mentioned that it doesn't offer an option to create a kotlin module anymore. Left screenshot is previous stable IJ, right is EAP
a
azabost
01/19/2024, 3:35 PM
Ooh, I see. Thank you 🙇
e
Emil Kantis
01/19/2024, 3:45 PM
😕
blob thinking upside down 2
a
Adam Brown
01/22/2024, 12:08 AM
Didn't know it was gone?
n
Nikolay Pachkov
01/24/2024, 1:00 PM
Adam, we hid the ability to add a Kotlin module via UI over a year ago because it didn’t work well. In 2023.3, the functionality has been reintroduced.