alsoInvalidateSyncLogging

fun <T : InvalidatableRepo> T.alsoInvalidateSyncLogging(    scope: CoroutineScope,     errorMessageBuilder: CoroutineScope.(Throwable) -> Any = { "Something web wrong" },     logger: KSLog = KSLog): T(source)
fun <T : InvalidatableRepo> T.alsoInvalidateSyncLogging(    errorMessageBuilder: CoroutineScope.(Throwable) -> Any = { "Something web wrong" },     logger: KSLog = KSLog): T(source)