Hey, what is the idiomatic way to do static factor...
# android
u
Hey, what is the idiomatic way to do static factory methods from java in kotlin? I.e FooAcitivity.launch(), Fragment.newInstance() etc. Should it be companion object method or a toplevel method?