Simon Jackler

Results 3 comments of Simon Jackler

As mentioned in other issues with the same problem add dependsOn(commonMain) to androidMain in the build.gradle file. ``` val androidMain by getting { dependsOn(commonMain) dependencies { ... } } ```

@bidadh Thats the way it works for me too. Ugly or not, it works :) val iosX64Main by getting val iosArm64Main by getting val iosSimulatorArm64Main by getting val iosMain by...

Five years later and still the same issue. I created a PR with the fix @a-bresler suggested. Hopefully it gets merged.