Skip to content

Commit a3fa4c1

Browse files
Be confident on API models not changing
1 parent f009945 commit a3fa4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ openApiGenerate {
214214
"useCoroutines" to "true",
215215
"moshiCodeGen" to "true",
216216
"serializableModel" to "true",
217-
"additionalModelTypeAnnotations" to "@androidx.compose.runtime.Stable"
217+
"additionalModelTypeAnnotations" to "@androidx.compose.runtime.Immutable"
218218
)
219219
}
220220

0 commit comments

Comments
 (0)