sschiffli commented on code in PR #1111: URL: https://github.com/apache/guacamole-client/pull/1111#discussion_r2320221204
########## doc/licenses/kotlinx-serialization-1.9.0/README: ########## @@ -1,7 +1,7 @@ Kotlin Serialization (https://github.com/Kotlin/kotlinx.serialization) ---------------------------------------------------------------------- - Version: 1.7.2 + Version: 1.9.0 Review Comment: Good question, I did not check before. But as far as I can tell this version does retain Java 8 compatibility. I don't know if there is a more definitive way to check, but here is this output ``` $ javap -verbose -cp kotlinx-serialization-core-jvm-1.9.0.jar kotlinx/serialization/modules/SerializersModule | grep "major version" major version: 52 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
