You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/record/stability/record.stability
+77-10Lines changed: 77 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -134,10 +134,10 @@ private fun com.ninecraft.booket.feature.record.ocr.component.SentenceBoxPreview
134
134
135
135
@Composable
136
136
internal fun com.ninecraft.booket.feature.record.register.HandleRecordRegisterSideEffects(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState): kotlin.Unit
137
-
skippable: true
137
+
skippable: false
138
138
restartable: true
139
139
params:
140
-
- state: STABLE (class with no mutable properties)
140
+
- state: RUNTIME (requires runtime check)
141
141
142
142
@Composable
143
143
public fun com.ninecraft.booket.feature.record.register.RecordRegisterPresenter.present(): com.ninecraft.booket.feature.record.register.RecordRegisterUiState
@@ -153,10 +153,10 @@ private fun com.ninecraft.booket.feature.record.register.RecordRegisterPreview()
153
153
154
154
@Composable
155
155
internal fun com.ninecraft.booket.feature.record.register.RecordRegisterUi(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
156
-
skippable: true
156
+
skippable: false
157
157
restartable: true
158
158
params:
159
-
- state: STABLE (class with no mutable properties)
159
+
- state: RUNTIME (requires runtime check)
160
160
- modifier: STABLE (marked @Stable or @Immutable)
161
161
162
162
@Composable
@@ -171,18 +171,18 @@ private fun com.ninecraft.booket.feature.record.step.EmotionItem(emotion: com.ni
171
171
172
172
@Composable
173
173
public fun com.ninecraft.booket.feature.record.step.EmotionStep(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
174
-
skippable: true
174
+
skippable: false
175
175
restartable: true
176
176
params:
177
-
- state: STABLE (class with no mutable properties)
177
+
- state: RUNTIME (requires runtime check)
178
178
- modifier: STABLE (marked @Stable or @Immutable)
179
179
180
180
@Composable
181
181
public fun com.ninecraft.booket.feature.record.step.ImpressionStep(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
182
-
skippable: true
182
+
skippable: false
183
183
restartable: true
184
184
params:
185
-
- state: STABLE (class with no mutable properties)
185
+
- state: RUNTIME (requires runtime check)
186
186
- modifier: STABLE (marked @Stable or @Immutable)
187
187
188
188
@Composable
@@ -193,10 +193,10 @@ private fun com.ninecraft.booket.feature.record.step.ImpressionStepPreview(): ko
193
193
194
194
@Composable
195
195
internal fun com.ninecraft.booket.feature.record.step.QuoteStep(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
196
-
skippable: true
196
+
skippable: false
197
197
restartable: true
198
198
params:
199
-
- state: STABLE (class with no mutable properties)
199
+
- state: RUNTIME (requires runtime check)
200
200
- modifier: STABLE (marked @Stable or @Immutable)
201
201
202
202
@Composable
@@ -211,3 +211,70 @@ private fun com.ninecraft.booket.feature.record.step.RecordRegisterPreview(): ko
0 commit comments