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

izumi.idealingua.translator.toscala.layout.Scope.scala Maven / Gradle / Ivy

There is a newer version: 1.3.20
Show newest version
package izumi.idealingua.translator.toscala.layout

sealed trait Scope

object Scope {

  case object ThisBuild extends Scope

  case object Project extends Scope

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy