Kotlin JS: How to implement jquery in my project
I'm trying to use the lib jquery from kotlin js:
jq("root").html("ddddddd")
But he is deprecated and does not work
Warning:(8, 9) Kotlin: 'jq(String): JQuery' is deprecated. JQuery is going to be removed from the standard library
Is there any other alternative to install jquery and how?