I am trying to redirect to another web page in Kotlin for Web Front End development. I have wrote this code to achieve this:
window.location.href = "adduser1.html"
But if I write this code then, the code written after this line are not executing. Please help me regarding this issue.
Thanks in advance.