Functions
Link copied to clipboard
fun resolvePlatformArtifacts(project: Project, platforms: Set<String>, dependencyTemplates: Set<String>): List<String>
Force-resolves platform-specific dependencies that wouldn't normally resolve on the current host OS. Downloads them into the standard Gradle cache so SourcesWriter can find them via the cache locator.
Link copied to clipboard
fun scanCacheForMissingArtifacts(filesRoot: File, capturedUrls: Set<String>, repoUrls: List<String>, logger: Logger): List<String>
Scans the Gradle file cache for artifacts not already in capturedUrls. Picks up artifacts resolved during included build configuration (e.g. build-logic's kotlin-dsl plugin) that the listener missed.