Two Vendors One Package Kmp API Skew

Two vendors ship the same package name at different versions into different source sets of one multiplatform build, so a member function that one vendor has already turned into a top-level extension resolves on exactly one target — a specific import compiles for Android and fails for desktop, or the reverse. Covers spotting the duplicate coordinate, why a wildcard import is the correct fix here rather than a smell, and the pinning discipline that keeps the pair readable. Use when shared UI code stops compiling on one target only after a routine dependency bump, when an unresolved-reference error names a symbol you can plainly see in the other target's sources, or when two catalog entries carry the same artifact name.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/two-vendors-one-package-kmp-api-skew commit 60b9e4cd98

Frequently asked questions

npx skillmds@latest add maxrave-dev/two-vendors-one-package-kmp-api-skew