I've been playing with GraalVM recently to get native executables from kotlin. Using http4k with the SunHTTP server works fine, but the Netty server (understandably) doesn't. I know GraalVM + Netty is an ongoing issue with the Graal team but is there any small changes that http4k could make to make it more compatible?