burnoo / compose-remember-setting

Compose Multiplatform library for remembering state persistently (based on Multiplatform Settings)
https://burnoo.github.io/compose-remember-setting/
Apache License 2.0
28 stars 0 forks source link

Kotlin 2.0.20 upgrade yarn.lock #30

Closed burnoo closed 2 months ago

burnoo commented 2 months ago

After Kotlin upgrade it turns out that yarn.lock file needs to be updated too. I haven't known that - lesson learned 🫡.

I've also run only desktopTest on CI, it might be worth adding building example app too, to avoid similar situations in the future.