Are there any workarounds to get kotest compiling ...
# kotest
a
Are there any workarounds to get kotest compiling and running on graalvm? I've tried a couple of different build parameters with no success. Specifically I am seeing build time initializations of kotlin reflect classes that aren't happy being build time during
org.graalvm.junit.platform.JUnitPlatformFeature.discoverTestsAndRegisterTestClassesForReflection
which makes it seem like there's no way around it but I figured I would ask here first before giving up.