Are there any resources available on creating an i...
# getting-started
p
Are there any resources available on creating an intellij plugin that accompanies a kotlin compiler plugin? To be more specific, we're creating a compiler plugin that (among others) generates
@Serializable
annotations. We want intellij to know that the classes that get this annotation will have a
serializer()
method.