protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.5k stars 15.46k forks source link

Documentation points to non-existent Kotlin files #18552

Open malachid opened 2 weeks ago

malachid commented 2 weeks ago

What did you do? Steps to reproduce the behavior:

  1. Go to https://protobuf.dev/getting-started/kotlintutorial/#example-code
  2. Note the file names add_person_kotlin and list_people_kotlin
  3. Follow to the examples directory https://github.com/protocolbuffers/protobuf/tree/master/examples
  4. 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.

Logofile commented 2 weeks ago

Thanks for raising this issue! I'll look into it.