Fork me on GitHub
#graalvm
<
2021-01-31
>
ericdallo00:01:11

Hey, I extracted the fix for sqlite on clojure-lsp to a separated jar for those who wants to make your app that uses sqlite compile with GraalVM too 😄 https://github.com/ericdallo/sqlite-jni-graal-fix

🆒 6
ericdallo00:01:59

BTW @U04V15CAJ I created a separated project to test that: https://github.com/ericdallo/sqlite-graalvm-sample I tried to move the fix to reflect and jni config jsons and it didn't work, it's odd since it's exactly what the fix does