alorma / Compose-Settings

Compose Multiplatform #Compose Settings library
https://alorma.github.io/Compose-Settings/
MIT License
429 stars 27 forks source link

1.1.0 Release issues #218

Closed dessalines closed 7 months ago

dessalines commented 7 months ago

A few issues I've found:

alorma commented 7 months ago

M3 module has been moved to just ui, bo more material2 settings.

Mmm. Weird about the minSdk thing, i will check that.

Also weird remember int is missing... Will check tomorrow

alorma commented 7 months ago

Hi @dessalines

I've been checking...

I'm gonna push a version with API 21 later today.

About rememberIntSettingsState I'm not sure about that, I just checked and seen that it's included in the :compose-settings-storage-disk module... so just add it to your dependencies and you will be able to use it.

Updated sample: https://github.com/alorma/Compose-Settings/pull/221

dessalines commented 7 months ago

Cool, thx!