Skip to content

Commit

Permalink
tidy up some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Aug 20, 2024
1 parent 3162153 commit 7b9df42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.jetbrains.compose.resources.stringResource

@Immutable
@Suppress("DataClassPrivateConstructor")
@ExposedCopyVisibility
data class ResourceValidationResult private constructor(
private val stringResource: StringResource?,
private val varargs: List<Any> = emptyList(),
Expand Down Expand Up @@ -48,6 +49,7 @@ data class ResourceValidationResult private constructor(

@Immutable
@Suppress("DataClassPrivateConstructor")
@ExposedCopyVisibility
data class RegularValidationResult private constructor(
private val string: String?,
private val outcome: Outcome,
Expand Down

0 comments on commit 7b9df42

Please sign in to comment.