Stylianos Gakis
09/21/2022, 8:54 AMnpm
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?efemoney
09/22/2022, 7:41 AMStylianos Gakis
09/22/2022, 8:22 AM