https://kotlinlang.org logo
Title
g

grahamborland

04/01/2022, 5:06 PM
Dumb question. Why are some of these source directories bold with a blue dot, and some aren’t?
🙌 1
j

Javier

04/01/2022, 5:21 PM
IDE issue
that is not very problematic, not detecting folders as packages in common for example is more annoying
g

grahamborland

04/01/2022, 5:22 PM
OK, thanks. Everything seems to work as expected, so I couldn’t figure out the reason for the different appearance.
l

Landry Norris

04/01/2022, 7:13 PM
Probably Android plugin vs multiplatform plugin disagreeing on the purpose. I've seen this on my projects, but it doesn't seem to cause any problems.
Fun fact: android main is a full android sourceset. You can include a res folder with layout, drawable, etc, and it will all work just like an Android only project. I use this in my libraries.