ShikaSD / kotlin-object-serialization-fix

Java serialization fix for Kotlin object
MIT License
22 stars 2 forks source link

Add support for Kotlin 1.6.0 And bump version to 1.2.0 #5

Closed tianyu closed 2 years ago

tianyu commented 2 years ago

According to the Kotlin 1.6.0 release notes:

In Kotlin 1.6.0, we changed the deprecation level of the KotlinGradleSubplugin class to 'ERROR'. This class was used for writing compiler plugins. In the following releases, we'll remove this class. Use the class KotlinCompilerPluginSupportPlugin instead.

ShikaSD commented 2 years ago

Hey, thanks for submitting this update! CI looks good, I will recheck and merge if it works :)

ShikaSD commented 2 years ago

Fixes #4