with Kotlin JS is marked as fixed for 2.0.0-Beta1, but is still broken in 2.0.0 stable 😢
v
Vampire
05/21/2024, 8:42 PM
Iirc they solved it according to my suggestion similar to Gradle node plugin. So you have to configure the repository yourself and probably deactivate the adding
Exactly, setting the download base URL to null and defining the proper repositories yourself
e
eygraber
05/21/2024, 9:17 PM
Ah, that's a bit of a pain, even with a convention plugin 😅
Maybe they'll do the same trick they did for Kotlin Native (and publish node and yarn to maven central 😱 )