I’m running tests on a multiplatform project local...
# multiplatform
e
I’m running tests on a multiplatform project locally and have started seeing the following error:
Copy code
> Task :kotlinNpmInstall FAILED
error Couldn't find package "wire-wire-runtime@3.1.0-SNAPSHOT" required by "wire-wire-runtime-test@3.1.0-SNAPSHOT" on the "npm" registry.
Pretty sure it’s an issue with my local machine’s config as the CI works fine, any idea how to diagnose this? Also, here’s the `build.gradle`: https://github.com/square/wire/blob/master/wire-runtime/build.gradle