right, `MainFragment::newInstance` would refer the...
# announcements
d
right,
MainFragment::newInstance
would refer the instance method, it should be
MainFragment.Companion::newInstance
but
Callable references to object members are not supported