All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mill.scalalib.bsp.BspUri.scala Maven / Gradle / Ivy

There is a newer version: 0.12.0-RC2-17-07e173
Show newest version
package mill.scalalib.bsp

case class BspUri(uri: String)

object BspUri {
  def apply(path: os.Path): BspUri = BspUri(path.toNIO.toUri.toString)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy