Open
Description
What did you do?
Steps to reproduce the behavior:
- Go to https://protobuf.dev/getting-started/kotlintutorial/#example-code
- Note the file names
add_person_kotlin
andlist_people_kotlin
- Follow to the examples directory https://github.com/protocolbuffers/protobuf/tree/master/examples
- Note that the files are missing. There are actually no Kotlin files there.
What did you expect to see
Kotlin files mentioned in the documentation
What did you see instead?
Files for java, python, dart, ruby and c.