I don't really follow what your question is. I'm using grpc with kotlin and use the plugin you link to, version 1.4.1. I'm running on JDK21. Are you having issues?
Wesley Hartford
02/08/2024, 11:09 PM
The fact that the plugin has a classifier of jdk8 just points out that it's built for JDK8 or above. I think the protocol buffer plugin mechanism requires a classifier for java plugins. My understanding is that the protobuf gradle or maven plugins use the classifier to differentiate between a java plugin and a native binary plugin.
a
Alseddnm
02/09/2024, 7:53 PM
Got it.. That's all I need to know. Thanks
I read it says jdk8 or above
Alseddnm
02/09/2024, 7:53 PM
am using Java 21 as well
w
Wesley Hartford
02/09/2024, 7:56 PM
Great. Post again in this channel if you come across any challenges. I've been using gRPC with Kotlin for quite a while now and am really happy with it. I try to keep an eye on this channel since I know it's a relatively small community.