danL
02/19/2024, 6:37 PMkotlinx.serialization compiler plugin is not applied to the module, so this annotation would not be processed. Make sure that you've setup your buildscript correctly and re-import project.
What is the way to use compiler plugins without Gradle, so using only(?) .iml files in intellij? (the link explains why, as I'm also running a 1-day workshop on (FP in) Kotlin)Roman Golyshev
02/20/2024, 9:11 AM-XPlugin
compiler argument in the Kotlin Facet of your module in the Project Settings:danL
02/21/2024, 3:05 PMRoman Golyshev
02/21/2024, 4:04 PMdanL
02/22/2024, 2:07 AM-XPlugin=/Users/user/repo/kotlinx-serialization-compiler-plugin-for-ide-1.9.22.jar
thx!