UPDATE: I was able to figure it out. I added all t...
# multiplatform
c
UPDATE: I was able to figure it out. I added all the folders as source folders in my project's
shared.iml
file
b
This us more of a hack, will be gone next time you sync up your gradle
c
You were right. Any advice on how to make them permanently marked as source directories?
l
If you have the android target, it should be there by default. We can only takes guesses if we don't see which plugins you apply and your targets configuration in the
kotlin { … }
block in your Gradle build file.