is the name "kotlinx.serialization" or "kotlin ser...
# serialization
c
is the name "kotlinx.serialization" or "kotlin serialization"? i always called it kotlinx.serialization, but only today noticed "org.jetbrains.kotlin.plugin.serialization"
e
the compiler plugin is in the compiler repo, everything else is in kotlinx
2