Hi, I have an issue with `iosMain` sources when mo...
# amper
k
Hi, I have an issue with
iosMain
sources when module layout is “gradle-kmp”.
src/iosMain/kotlin
is not detected as source root, but
src/ios/kotlin
does.
Copy code
product:
  type: lib
  platforms:
    - android
    - jvm
    - iosArm64
    - iosSimulatorArm64

module:
  layout: gradle-kmp
a
Hi, Konstantin! Is it possible to check the project in question? Btw did you see different behaviour in a pure Gradle-based project? Thank you.
k