Is the plugin source code open source?
Isn’t it in GitHub - Kotlin/kotlinx.serialization: Kotlin multiplatform / multi-format serialization ?
Then I can’t seem to navigate the source code correctly. Wanted to read about how code generation works. All I’m able to see are the different serializers. Would appreciate direction on where to start.
https://github.com/JetBrains/kotlin/tree/master/plugins/kotlin-serialization/kotlin-serialization-compiler
I think this module is used for both gradle annotation processing and ide plugin.
1 Like
Thanks a lot.