altavir
09/10/2019, 12:09 PMexternal interface JQuery {
fun fancytree(options: FancytreeOptions = definedExternally /* null */): Fancytree
fun fancytree(option: String? = definedExternally /* null */, vararg rest: Any): Any
}
It is obvious that I can't use it with kotlin jquery since this JQuery and jQuery in the bindings are two different things. How can I make it right?epabst
10/10/2019, 10:51 PMaltavir
10/11/2019, 5:29 AM