File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/programming-guides Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,9 @@ from an input stream.
226226 message type, as well as a special ` Builder ` class for creating message
227227 class instances.
228228* For ** Kotlin** , in addition to the Java generated code, the compiler
229- generates a ` .kt ` file for each message type, containing a DSL which can be
230- used to simplify creating message instances.
229+ generates a ` .kt ` file for each message type with an improved Kotlin API.
230+ This includes a DSL which simplies creating message instances, a nullable
231+ field accessor, and a copy function.
231232* ** Python** is a little different — the Python compiler generates a module
232233 with a static descriptor of each message type in your ` .proto ` , which is
233234 then used with a * metaclass* to create the necessary Python data access
You can’t perform that action at this time.
0 commit comments