I just converted a java file to kotlin and I’m usi...
# android
b
I just converted a java file to kotlin and I’m using some methods on the java base class Object, e.g. wait(), notify(), the conversion didn’t work for those, how do I call those from Kotlin?