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.
Return
URLs reconstructed from the resolved artifact coordinates and repositories.