Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #705

Merged
merged 1 commit into from Oct 25, 2022
Merged

Update dependencies #705

merged 1 commit into from Oct 25, 2022

Conversation

lukellmann
Copy link
Member

* AtomicFU 0.18.3 -> 0.18.5
* KSP 1.7.20-1.0.6 -> 1.7.20-1.0.7
* kotlinx.serialization 1.4.0 -> 1.4.1
* Binary compatibility validator 0.11.1 -> 0.12.0
* Dokka 1.7.10 -> 1.7.20
Comment on lines -210 to -221
public final class dev/kord/voice/EncryptionMode$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
public static final field INSTANCE Ldev/kord/voice/EncryptionMode$$serializer;
public static final synthetic field descriptor Lkotlinx/serialization/descriptors/SerialDescriptor;
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/voice/EncryptionMode;
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/voice/EncryptionMode;)V
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of kotlinx.serialization 1.4.1:

Compiler plugin can create enum serializers using static factories for better speed (Kotlin/kotlinx.serialization#1851) (Kotlin 1.7.20 required)

@lukellmann
Copy link
Member Author

Most notable are probably the new features of Dokka 1.7.20.

@lukellmann lukellmann merged commit 0515958 into kordlib:0.8.x Oct 25, 2022
@lukellmann lukellmann deleted the dependencies branch October 25, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant