Jan Biedermann
09/26/2025, 6:14 AMEdoardo Luppi
09/26/2025, 12:35 PMJan Biedermann
09/26/2025, 1:36 PMEdoardo Luppi
09/26/2025, 1:38 PMpackage@<git remote url> notation instead of the npm package name.Edoardo Luppi
09/26/2025, 1:39 PMCopy codefancybox@https://github.com/fancyapps/fancybox
Jan Biedermann
09/26/2025, 2:37 PMEdoardo Luppi
09/26/2025, 2:40 PMJan Biedermann
09/26/2025, 3:21 PMnpm i websockets/ws which will pull it from github.
However, the gradle plugin always attaches a @x.x.x which makes things fail.
I am looking around in the kotlin repo, to find the responsible code ... thought takes me a while ...Edoardo Luppi
09/26/2025, 4:56 PMimplementation(npm("ws", "<https://github.com/websockets/ws>"))
A bit of a hack, but it works under Yarn : )Jan Biedermann
09/26/2025, 5:20 PM