Hi I'm new with kotlin, so my question may be stupid, but are there someone, who have correctly implement
klock
to multiplatform?
I have implemented 1.11.13, everything works fine, with using
npm link
,
but it is not possible to publish it to my private nexus NPM repo
what I try, is to change package.json, and change it to my scope before publish, this help me with
kotlin-source-map-loader
,
but
klock
create
require('klock-root-klock')
on end of generated js file
kotlin multiplatform 1.3.72