i think i managed to get some basic support for ko...
# refreshversions
n
i think i managed to get some basic support for kotlinJs /
npm()
dependencies

https://nikky.catgirl.host/i/zin3gvg5.png

things that are annoying: • it is not a
ExternalDependency
so gradle cannot tell it to use a different version, instead i have to copy it .. set the new version and remove the old dependency (its a data class, so at least nothing should get lost) • kotlinx-serialization appears to not work in gradle plugins.. i guess thats why mosh is used in the project.. first time touching that..