graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
Ashwin Bhaskar 2020-09-09T00:15:44.021900Z

Yes, using the additional setting made it work. But it complained that there no method that takes 1 argument for class CompletableFuture

Ashwin Bhaskar 2020-09-09T00:16:33.022100Z

Adding type hint solved the problem. Now I am able to execute the native image fine. Thanks a lot @borkdude!