I was wondering, we are looking to move into using...
# community-support
s
I was wondering, we are looking to move into using version catalogs for some Kotlin multiplatform 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?