how can i use the same source folder for multiple ...
# multiplatform
f
how can i use the same source folder for multiple targets like mingwX64 and macosX64, I tried already an nativeMain and adding an dependsOn(nativeMain) in the configure of the mingwX64 and macosX64 but intellij won't give me autocorrect and says kotlin isn't configured. When i create an macosMain source folder separately it just works.
1