Skip to content

Commit

Permalink
chore: remove redundant annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Oct 29, 2024
1 parent 767a7fd commit b0e704f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@file:UseContextualSerialization(UUID::class)
@file:UseSerializers(UUIDSerializer::class)

package io.github.ryunen344.suburi.ui.screen

import android.os.Bundle
Expand All @@ -24,8 +21,6 @@ import androidx.navigation.serialization.decodeArguments
import io.github.ryunen344.suburi.navigation.SerializableNavTypeMap
import kotlinx.serialization.KSerializer
import kotlinx.serialization.Serializable
import kotlinx.serialization.UseContextualSerialization
import kotlinx.serialization.UseSerializers
import kotlinx.serialization.descriptors.PrimitiveKind
import kotlinx.serialization.descriptors.PrimitiveSerialDescriptor
import kotlinx.serialization.descriptors.SerialDescriptor
Expand Down

0 comments on commit b0e704f

Please sign in to comment.