Skip to content

Commit a3a25ea

Browse files
committed
[build] #76 detekt 룰 적용
1 parent 66c32bc commit a3a25ea

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

core/model/src/main/java/com/neki/android/core/model/Photo.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.neki.android.core.model
22

33
import androidx.compose.runtime.Immutable
44
import kotlinx.serialization.Serializable
5-
import kotlin.time.ExperimentalTime
65

76
@Serializable
87
@Immutable

core/model/src/main/java/com/neki/android/core/model/Pose.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import androidx.compose.runtime.Immutable
44
import kotlinx.serialization.Serializable
55

66
@Serializable
7-
//@Immutable
7+
@Immutable
88
data class Pose(
99
val id: Long = 0L,
1010
val poseImageUrl: String = "",

0 commit comments

Comments
 (0)