Is there a way to force AS to recognize folders in...
# multiplatform
p
Is there a way to force AS to recognize folders inside commonMain/kotlin as package?
l
What does it look like on your file system? Do you have an
example
folder inside an
org
folder as in:
Copy code
org
 | example
or is it just a simple folder named
org.example
? If it is the second, then this is what is wrong
p
No, it’s the 1st, org/example
l
🤔 AS only compacts packages, i.e. if it shows one single item with this
.
separator, it's because it knows it's a pacakge
What do you mean by "AS does not recognize folders inside commonMain/kotlin as package"? What are you trying to do, but can't?
p
Screenshot 2024-07-03 at 3.27.46 PM.png
What are you trying to do, but can’t?
I just can’t create packages, only directories. And they are not grouped the same way as packages, it’s inconvenient
I think it’s an issue with AS Koala, I also get the
Copy code
syntax highlighting disabled due to an internal error
messages constantly
Also, decided to try out Fleet, but it doesn’t want to move to another display 🙃