Robert Jaros
10/25/2025, 6:49 PM2.3.0-Beta1 and trying to @JsExport a class with suspending method. I'm getting Declaration of such kind (suspend function) cannot be exported to JavaScript. error. I thought it had been fixed as https://youtrack.jetbrains.com/projects/KT/issues/KT-56281. Was I wrong?hfhbd
10/25/2025, 8:24 PMhfhbd
10/25/2025, 8:25 PMRobert Jaros
10/26/2025, 5:48 AMcompilerOptions {
languageVersion.set(KotlinVersion.KOTLIN_2_4)
}andylamax
10/28/2025, 2:18 AM