How i can call java static methods from instance? ...
# announcements
q
How i can call java static methods from instance? in Java i can, but Kotlin throws UnresolvedReference 😞
n
another question: why would you?
q
wanna make builder with extension lambda on static java class
n
ok but i don’t understand why you would call a static method from an instance it’s considered bad practice in java