Could you tell me how I can invoke Java method nam...
# announcements
o
Could you tell me how I can invoke Java method named
$()
from Kotlin code? JOOX library has the method, but an expression like
val doc = JOOX.$("<xml>string</xml>")
seems to be invalid in Kotlin. https://www.jooq.org/products/jOOX/javadoc/1.2.0/org/joox/JOOX.html