Gradle suppress “Unresolved reference:” (Kotlin Multiplatform)
My Kotlin Multiplatform project is built for iOS and Android.
However, with some required cocoapods we have libs referenced in gradle, that exist only on MacOS machines, thus preventing a gradle sync on Windows and Linux machines – even if they would only build Android builds.