resolve Platform Artifacts
fun resolvePlatformArtifacts(project: Project, platforms: Set<String>, dependencyTemplates: Set<String>): List<String>(source)
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.
Each coordinate is resolved transitively, and in its own detached configuration — see resolvePlatformCoordinate for why both matter.
Return
URLs reconstructed from the resolved artifact coordinates and repositories.