I was wondering, we are looking to move into using...
# multiplatform
s
I was wondering, we are looking to move into using version catalogs for some KMP code. However we didn’t find a way to migrate dependencies that use
npm
like this one:
implementation(npm("@emotion/styled", "x.x.x))
. We can’t just define a dependency like
emotion.styled = "@emotion/styled"
since version catalogs is complaining. Is there any workaround we can do to get something like this working?
👀 2
e
You should raise this with Gradle definitely
s
Hmm yeah probably a good idea. Gonna ask on the Gradle slack channel first and then maybe raise it as an issue on their github repo after that.