Skip to content

Commit 0ce11b9

Browse files
committed
Udpate compiler version
1 parent dd6eec7 commit 0ce11b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/stability/app.stability

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ public fun com.skydoves.myapplication.Test8(items: kotlinx.collections.immutable
213213

214214
@Composable
215215
public fun com.skydoves.myapplication.ThirdPartyCard(thirdPartyModel: com.skydoves.myapplication.model.ThirdPartyModel, thirdPartyModelStable: com.skydoves.myapplication.model.ThirdPartyModelStable): kotlin.Unit
216-
skippable: true
216+
skippable: false
217217
restartable: true
218218
params:
219-
- thirdPartyModel: STABLE (class with no mutable properties)
219+
- thirdPartyModel: UNSTABLE (has mutable properties or unstable members)
220220
- thirdPartyModelStable: STABLE (marked @Stable or @Immutable)
221221

222222
@Composable

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidGradlePlugin = "8.13.1"
1313
androidxActivity = "1.11.0"
1414
androidxComposeBom = "2025.12.00"
1515
jetbrains-compose = "1.9.3"
16-
compose-stability-analyzer = "0.6.1"
16+
compose-stability-analyzer = "0.6.2"
1717
runtimeAnnotation = "1.9.0"
1818
spotless = "6.21.0"
1919
shadow = "8.1.1"

0 commit comments

Comments
 (0)