Skip to content

Commit 0a43a7d

Browse files
committed
[BOOK-416] chore: upgrade compose-stability-analyzer version
.stability 파일 최신화
1 parent aeea6fa commit 0a43a7d

File tree

3 files changed

+345
-9
lines changed

3 files changed

+345
-9
lines changed

core/designsystem/stability/designsystem.stability

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private fun com.ninecraft.booket.core.designsystem.component.checkbox.TickOnlyCh
231231

232232
@Composable
233233
public fun com.ninecraft.booket.core.designsystem.component.textfield.ReedRecordTextField(recordState: androidx.compose.foundation.text.input.TextFieldState, recordHintRes: kotlin.Int, modifier: androidx.compose.ui.Modifier, inputTransformation: androidx.compose.foundation.text.input.InputTransformation?, keyboardOptions: androidx.compose.foundation.text.KeyboardOptions, lineLimits: androidx.compose.foundation.text.input.TextFieldLineLimits, isError: kotlin.Boolean, errorMessage: kotlin.String, onClear: kotlin.Function0<kotlin.Unit>?, onNext: kotlin.Function0<kotlin.Unit>, backgroundColor: androidx.compose.ui.graphics.Color, textColor: androidx.compose.ui.graphics.Color, cornerShape: androidx.compose.foundation.shape.RoundedCornerShape, borderStroke: androidx.compose.foundation.BorderStroke): kotlin.Unit
234-
skippable: false
234+
skippable: true
235235
restartable: true
236236
params:
237237
- recordState: STABLE (marked @Stable or @Immutable)
@@ -246,7 +246,7 @@ public fun com.ninecraft.booket.core.designsystem.component.textfield.ReedRecord
246246
- onNext: STABLE (function type)
247247
- backgroundColor: STABLE (marked @Stable or @Immutable)
248248
- textColor: STABLE (marked @Stable or @Immutable)
249-
- cornerShape: RUNTIME (requires runtime check)
249+
- cornerShape: STABLE (known stable type)
250250
- borderStroke: STABLE (marked @Stable or @Immutable)
251251

252252
@Composable
@@ -257,7 +257,7 @@ private fun com.ninecraft.booket.core.designsystem.component.textfield.ReedRecor
257257

258258
@Composable
259259
public fun com.ninecraft.booket.core.designsystem.component.textfield.ReedTextField(queryState: androidx.compose.foundation.text.input.TextFieldState, queryHintRes: kotlin.Int, onSearch: kotlin.Function1<kotlin.String, kotlin.Unit>, onClear: kotlin.Function0<kotlin.Unit>, modifier: androidx.compose.ui.Modifier, backgroundColor: androidx.compose.ui.graphics.Color, textColor: androidx.compose.ui.graphics.Color, cornerShape: androidx.compose.foundation.shape.RoundedCornerShape, borderStroke: androidx.compose.foundation.BorderStroke?, searchIconTint: androidx.compose.ui.graphics.Color): kotlin.Unit
260-
skippable: false
260+
skippable: true
261261
restartable: true
262262
params:
263263
- queryState: STABLE (marked @Stable or @Immutable)
@@ -267,7 +267,7 @@ public fun com.ninecraft.booket.core.designsystem.component.textfield.ReedTextFi
267267
- modifier: STABLE (marked @Stable or @Immutable)
268268
- backgroundColor: STABLE (marked @Stable or @Immutable)
269269
- textColor: STABLE (marked @Stable or @Immutable)
270-
- cornerShape: RUNTIME (requires runtime check)
270+
- cornerShape: STABLE (known stable type)
271271
- borderStroke: STABLE (marked @Stable or @Immutable)
272272
- searchIconTint: STABLE (marked @Stable or @Immutable)
273273

0 commit comments

Comments
 (0)