https://kotlinlang.org logo
c

Casey Kulm

12/07/2018, 8:26 PM
Are dashes no longer allowed in Intellij module names? I am getting an error trying to add a new one with a dash, although all my previous modules have dashes in the name
a

Alan Evans

12/07/2018, 8:50 PM
I hate using the UI to add modules, I just modify settings.gradle and add a new folder and build.gradle file.
if android module, also need a manifest
y

Yann Badoual

12/07/2018, 10:11 PM
what I do: use underscore instead, then use refactor > rename, and you can use dash (still inside A.S)... kinda stupid 😕
👍 2