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
## SBT template demonstrating Java and Scala Native interop via FFM
2
+
3
+
Powered by [sbt-jextract plugin](https://github.com/indoorvivants/sbt-jextract), uses setup described in my [blog post](https://blog.indoorvivants.com/2025-02-16-scala-native-from-java-via-ffm).
4
+
5
+
**This project requires JDK 23+ to work**
6
+
7
+
If you have [Coursier](https://get-coursier.io/docs/overview) installed, you can launch SBT with `cs launch sbt --jvm 23`,
8
+
or just run the Java code with `cs launch sbt --jvm 23 -- jvmSide/run`
0 commit comments