Can I use Kotlin Arrow-lib with Quarkus in native builds
I started a new Kotlin project and i want to use the
arrow-kt core Lib in combination with Quarkus (1.12.2). I want to use the native compilation feature of Quarkus with the GraalVM. My first thought was that arrow is a simple lib without reflection but then i read
that.
Since GraalVm has a problem with reflection in native...