Hi, any idea how I can call a Java setter from Kot...
# announcements
h
Hi, any idea how I can call a Java setter from Kotlin which does not follow the Java Bean naming convention, using property syntax? E.g. calling
setxPath(String xPath)
?