Skip to content

Commit 6116acf

Browse files
committed
[BOOK-479] chore: .stability 파일 최신화
1 parent 48374b8 commit 6116acf

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

feature/onboarding/stability/onboarding.stability

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ internal fun com.ninecraft.booket.feature.onboarding.OnboardingUi(state: com.nin
2525
- modifier: STABLE (marked @Stable or @Immutable)
2626

2727
@Composable
28-
internal fun com.ninecraft.booket.feature.onboarding.component.OnboardingPage(imageRes: kotlin.Int, titleRes: kotlin.Int, highlightTextRes: kotlin.Int, descriptionRes: kotlin.Int, modifier: androidx.compose.ui.Modifier): kotlin.Unit
28+
internal fun com.ninecraft.booket.feature.onboarding.component.OnboardingPage(imageRes: kotlin.Int, titleRes: kotlin.Int, highlightTextRes: kotlin.Int?, descriptionRes: kotlin.Int, modifier: androidx.compose.ui.Modifier): kotlin.Unit
2929
skippable: true
3030
restartable: true
3131
params:
3232
- imageRes: STABLE (primitive type)
3333
- titleRes: STABLE (primitive type)
34-
- highlightTextRes: STABLE (primitive type)
34+
- highlightTextRes: STABLE (class with no mutable properties)
3535
- descriptionRes: STABLE (primitive type)
3636
- modifier: STABLE (marked @Stable or @Immutable)
3737

feature/search/stability/search.stability

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
// Do not edit this file directly. To update it, run:
55
// ./gradlew :search:stabilityDump
66

7+
@Composable
8+
private fun com.ninecraft.booket.feature.search.book.BookRecentSearchPreview(): kotlin.Unit
9+
skippable: true
10+
restartable: true
11+
params:
12+
713
@Composable
814
internal fun com.ninecraft.booket.feature.search.book.BookSearchContent(state: com.ninecraft.booket.feature.search.book.BookSearchUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
915
skippable: true
@@ -13,13 +19,13 @@ internal fun com.ninecraft.booket.feature.search.book.BookSearchContent(state: c
1319
- modifier: STABLE (marked @Stable or @Immutable)
1420

1521
@Composable
16-
public fun com.ninecraft.booket.feature.search.book.BookSearchPresenter.present(): com.ninecraft.booket.feature.search.book.BookSearchUiState
22+
private fun com.ninecraft.booket.feature.search.book.BookSearchEmptyResultPreview(): kotlin.Unit
1723
skippable: true
1824
restartable: true
1925
params:
2026

2127
@Composable
22-
private fun com.ninecraft.booket.feature.search.book.BookSearchPreview(): kotlin.Unit
28+
public fun com.ninecraft.booket.feature.search.book.BookSearchPresenter.present(): com.ninecraft.booket.feature.search.book.BookSearchUiState
2329
skippable: true
2430
restartable: true
2531
params:

0 commit comments

Comments
 (0)