Skip to content

Commit

Permalink
fix: @serializable 어노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Oct 22, 2024
1 parent fce3e8a commit 6837f8c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package poke.rogue.helper.remote.dto.response.version

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
data class VersionResponse(
@SerialName("currentVersion")
val version: Int,
)

0 comments on commit 6837f8c

Please sign in to comment.