Ellen Spertus
08/12/2024, 9:12 PMConversation.kt
. When I open the REPL, rebuild the application, and try calling it, I get the error:
error: class 'ConversationKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
converse()
I found this 2022 bug report. Any suggestions?hfhbd
08/12/2024, 9:41 PMEllen Spertus
08/12/2024, 9:59 PMhfhbd
08/13/2024, 5:08 AMKlitos Kyriacou
08/13/2024, 10:07 AMKotlinVersion.CURRENT
. I've got IntelliJ IDEA 2024.2 (which has recently been fully released) and it uses Kotlin 1.9.24. You'll need to compile your projects with a version of Kotlin that's not later than 1.9.Klitos Kyriacou
08/13/2024, 10:08 AMEllen Spertus
08/13/2024, 5:24 PMEllen Spertus
08/13/2024, 10:06 PM