Skip to content

Commit

Permalink
Be confident on API models not changing
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Oct 6, 2024
1 parent f009945 commit a3fa4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ openApiGenerate {
"useCoroutines" to "true",
"moshiCodeGen" to "true",
"serializableModel" to "true",
"additionalModelTypeAnnotations" to "@androidx.compose.runtime.Stable"
"additionalModelTypeAnnotations" to "@androidx.compose.runtime.Immutable"
)
}

Expand Down

0 comments on commit a3fa4c1

Please sign in to comment.