Skip to content

Commit

Permalink
fixup! Introduce @AdvancedEncodingApi and @SealedSerializationApi ann…
Browse files Browse the repository at this point in the history
…otations
  • Loading branch information
sandwwraith committed Aug 7, 2024
1 parent 3c7da48 commit 814f5f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ import kotlinx.serialization.encoding.*
* might be added to this interface when kotlinx.serialization adds support for new Kotlin features.
* This interface is safe to use and construct via [buildClassSerialDescriptor], [PrimitiveSerialDescriptor], and `SerialDescriptor` factory function.
*/
// TODO: there was a phrase 'and is safe to delegate implementation to existing instances.' but it is not true unless we enable -Xjvm-default
@SubclassOptInRequired(SealedSerializationApi::class)
public interface SerialDescriptor {
/**
Expand Down

0 comments on commit 814f5f8

Please sign in to comment.