This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Kotlin: Native reflection config missing kotlin.internal.jdk8.JDK8PlatformImplementations #1646
Labels
for: external-project
For an external project and not something we can fix
My native compiled image throws the following exception when launching a coroutine:
Minimal project to reproduce:
./gradlew nativeCompile-> When I remove
launch(Dispatchers.Default)it is working fine in native imageSetup
The text was updated successfully, but these errors were encountered: