`cases.xPath = "//"` doesn't seem to work
# announcements
h
cases.xPath = "//"
doesn't seem to work
d
You could make an extension property:
Copy code
var MyJavaClass.xPath: String
    get() = getxPath()
    set(value) = setxPath(value)
3