I’m unable to add a `common` dependency to my proj...
# multiplatform
s
I’m unable to add a
common
dependency to my project because gradle is trying to find an artifact named
file-macosx64
whereas the actual name is
file-macosX64
(lowercase vs uppercase
X
) This is probably a general gradle question, but is there a way to help gradle find the correct artifact?
Ohey adding the platform dependency explicitly seems to fix the issue