Currently the way to get the default resolver is:
sg.dex.starfish.squid.impl.DexResolver.create()
This needs a to be public API, not accessed via an internal implementation package, and should definitely not be inside the squid hierarchy (which is for OP specific implementation)
Currently the way to get the default resolver is:
sg.dex.starfish.squid.impl.DexResolver.create()
This needs a to be public API, not accessed via an internal implementation package, and should definitely not be inside the
squid
hierarchy (which is for OP specific implementation)