override fun downloadLatestCompatiblePlugin()

in rest/src/main/kotlin/org/jetbrains/intellij/pluginRepository/internal/instances/PluginDownloaderInstance.kt [36:44]


  override fun downloadLatestCompatiblePlugin(
    xmlId: String,
    ideBuild: String,
    targetPath: File,
    channel: String?
  ): File? {
    LOG.info("Downloading $xmlId for $ideBuild build")
    return doDownloadPlugin(service.downloadCompatiblePlugin(xmlId, ideBuild, channel), targetPath)
  }