You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The various platforms supported by Scala (JVM, JavaScript and Native) have varying support for run-time reflection.
9
9
Even the subset of functionality that is supported across the platforms is exposed through different APIs.
10
10
11
11
This library exposes a unified, portable API for run-time reflection in Scala.
12
-
It currently supports Scala/JVM and Scala.js, but will eventually support Scala Native as well (currently blocked on [scala-native#1279](https://github.com/scala-native/scala-native/issues/1279)).
12
+
It supports Scala/JVM, Scala.js and Scala Native.
13
13
To be portable, only the subset of reflection capabilities that is implementable across all platforms is exposed.
14
14
15
15
## Setup
16
16
17
17
Add the following line to your (cross-)project's settings in `build.sbt`:
0 commit comments