I'm in the progress of migrating from coursier-small to coursier/interface. Is there a way to pass in a PrintWriter for the download progress? I found Cache.create().withLogger(Logger.progressBars()) but it only accepts OutputStreamWriter. In coursier-small we use new TermDisplay(PrintWriter, ..).
I'm in the progress of migrating from coursier-small to coursier/interface. Is there a way to pass in a
PrintWriterfor the download progress? I foundCache.create().withLogger(Logger.progressBars())but it only acceptsOutputStreamWriter. In coursier-small we usenew TermDisplay(PrintWriter, ..).