is it a known issue that there’s no “New -> Pac...
# intellij
n
is it a known issue that there’s no “New -> Package” option in non-JVM/non-Android source sets? And if one uses “New -> Directory” and types “com.company.package…“, it will literally create a directory with this name, not a package directory tree.
a
https://youtrack.jetbrains.com/issue/KTIJ-12018
New package
action isn't available for source roots of non-jvm modules
n
Thank you @Alexey Belkov [JB]
I should’ve searched better 😅
alright, I searched in the KTIJ project, not KT
that explains it
a
It's better to search both, sometimes it's not obvious where the issue should be located.
👍 1
🙏 1
u
can you create directory
com/company/package
or on windows
com\company\package
?
n
@uli that works! Thanks a bunch 🙏