Package-level declarations
Functions
Link copied to clipboard
suspend fun deleteOldFiles(onError: suspend (error: ActionError) -> Unit, onSuccess: suspend (<Error class: unknown class>, actionType: DeletionActionType) -> Unit, projectFiles: List<ProjectFile>, manualOverrides: Set<ManualOverride>, lockFile: LockFile, configFile: ConfigFile?, platforms: List<Platform>, shelve: Boolean = false): <Error class: unknown class>
Link copied to clipboard
suspend fun List<ProjectFile>.fetch(onError: suspend (error: ActionError) -> Unit, onProgress: suspend (completed: Long, total: Long) -> Unit, onSuccess: suspend (<Error class: unknown class>, projectFile: ProjectFile) -> Unit, lockFile: LockFile, configFile: ConfigFile?, retry: Int? = null): <Error class: unknown class>
Link copied to clipboard
fun retrieveProjectFiles(lockFile: LockFile, providers: List<Provider>, allowedTypes: Set<OverrideType>? = null): List<<Error class: unknown class><ProjectFile, ActionError>>