kraal icon indicating copy to clipboard operation
kraal copied to clipboard

Enables the use of Kotlin coroutines and GraalVM native-image together

Results 6 kraal issues
Sort by recently updated
recently updated
newest added

Bumps [ktor-server-cio](https://github.com/ktorio/ktor) from 1.1.3 to 1.3.0. Release notes *Sourced from [ktor-server-cio's releases](https://github.com/ktorio/ktor/releases).* > ## 1.3.0 > > 14 Jan 2020 > > * ktor client proxy support > * Introduced...

dependencies

Hi, I'm trying to run gradle and maven examples and I'm getting an exception Thank you, Steps Maven: - mvn install - native-image --static --report-unsupported-elements-at-runtime -jar target/maven-example.jar = ok -...

I have a program with a dependent jar that has non-reducible loops. The program I'm running can also have non-reducible loops. Here I'm running the program through Kraal before native...

Introducing 2 command line options to exclude packages and class. Kraal will skip files that matches exclusion list, a comma separated list of packages and classes. --excludePackages="org.pkg1,org.pkg2" --excludeClasses="class1,class2" Signed-off-by: Chintana...

Thanks for publishing this useful tool. I'm trying to get native image generation for jars generated by [Ballerina language](https://ballerina.io/). When I'm testing, I could generate a simple jar file and...

Hi there, after giving up on trying ktor with graal I found this, and I was so happy to see someone is looking into this. But I could not manage...