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

meta.internal.platform.package.scala Maven / Gradle / Ivy

Go to download

Bag of private and public helpers used in scala.meta's APIs and implementations

There is a newer version: 4.12.2
Show newest version
package scala.meta.internal

package object platform {
  final val isJS = false
  final val isJVM = true
  final val isNative = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy