Hi Friends,
I am upgrading kotlin from 0.9.223 to 1.2.31. After upgrade i am getting an error since kotlin-time split into stdlib and stdlib-js. There is shared code used in JVM and JS modules. But having problem with compiling Date dataype. Since kotlin.js.Date works JS module and java.util.Date works in JVM module. can anyone please help me on this ?
Thanks
Selva