Anybody know why only the `androidMain` and `andro...
# multiplatform
c
Anybody know why only the
androidMain
and
androidTest
directories get treated like kotlin code in my KMM project? My
commonMain
doesn't get any autocomplete and can't find other packages I create inside of it UPDATE: Marking the
kotlin
directory within those directories made all of the intellisense features work.
t
Did you try a Gradle sync?
c
Yes, Gradle sync didn't do it. Marking the kotlin directories as source directories did the trick though.
a
Hello, @clark! There was a similar issue some time ago, please take a look: https://youtrack.jetbrains.com/issue/KT-43769
❤️ 1
c
Thanks @Artyom Degtyarev [JB]!