From f6508077db95e47a8680f3eb29f233ff249dae10 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Thu, 15 Apr 2021 16:39:18 +0000 Subject: [PATCH] Adding note to the README about kotlin protos --- java/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java/README.md b/java/README.md index c3434144b1e..205c481e455 100644 --- a/java/README.md +++ b/java/README.md @@ -178,3 +178,8 @@ The complete documentation for Protocol Buffers is available via the web at: https://developers.google.com/protocol-buffers/ + +## Kotlin Protocol Buffers + +Code to support more idiomatic Kotlin protocol buffers has been added to the +repository, and Kotlin support will be launched in the next numbered release.