resolve

open override fun resolve(successHandler: (ResolverReference) -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)

Connect to the source of the moduleRoot and populate this resolver with all the ResolverReferences from the module root. This is not required nor expected to be executed in the calling thread.

Parameters

successHandler
failureHandler

A function that accepts an ErrorCode and a nullable Throwable to be called in the event of failure.