We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7445b3b commit 2d39ef4Copy full SHA for 2d39ef4
README.md
@@ -27,6 +27,15 @@ lazy val myCross = crossProject.
27
**Requirement**: you must use a host JDK8 to *build* your project, i.e., to
28
launch sbt. `scalajs-java-time` does not work on earlier JDKs.
29
30
+## Work in Progress / linking errors
31
+
32
+This library is a work in progress.
33
+There are still many classes and methods that have not been implemented yet.
34
+If you use any of those, you will get linking errors.
35
36
+Feel free to [contribute](./CONTRIBUTING.md) to extend the set of supported
37
+classes and methods!
38
39
## License
40
41
`scalajs-java-time` is distributed under the
0 commit comments