Replies: 1 comment 2 replies
-
Any updates on the matter? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have this Proto:
And another Proto file defining the extension:
The generated code contains an annotation class for the extension and puts the annotation on
the field like so:
Usually on JVM I would use reflection to get the value:
But this is possible only on JVM target.
How can I access the value in common/native targets?
Regards,
Shay Oinif
Beta Was this translation helpful? Give feedback.
All reactions