Tóth István Zoltán
08/16/2023, 8:18 AMJavier
08/16/2023, 9:00 AMTóth István Zoltán
08/16/2023, 10:24 AMJavier
08/16/2023, 10:46 AM@Serializable
annotation over a Foo
class, you find in the IDE Foo.serializer()
, if you comment the annotation, the function is not generated, so it "disappears".
FIR is not working in the latest EAP for third party plugins (not sure for JetBrains ones tho), so you must clone the IntelliJ Community repo, and execute the configuration IDEA (K2 Kotlin)
. When the IDE is built and it is running, you must change this key, kotlin.k2.only.bundled.compiler.plugins.enabled -> false
, in the Registry (you can find it by looking for Registry
in the Actions
tab from the dialog populated with shift + shift)Tóth István Zoltán
08/16/2023, 10:56 AM