Skip to content

Commit

Permalink
Add isAppStoreSnapshot to config (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored Jul 26, 2024
1 parent bec895c commit d27e62a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import kotlinx.serialization.Serializable
data class ComposePreviewSnapshotConfig(
val fullyQualifiedClassName: String,
val originalFqn: String,
val isAppStoreSnapshot: Boolean? = null,
// Preview annotation params:
val name: String? = null,
val group: String? = null,
Expand Down

0 comments on commit d27e62a

Please sign in to comment.