Closed sebleclerc closed 1 year ago
JsSettings
has been renamed StorageSettings
. There were a number of breaking changes in 1.0.0 as described in the changelog
Unfortunately, I don't see anything related to JsSettings
or StorageSettings
in the CHANGELOG and JsSettings
is still mentioned in the README so it got me confused 😅
But the renaming did the trick! Thanks! 😄
Oh sorry. I accidentally left that out and didn't notice.
No worries! I got it all settled so it's all good! 😄
I have a KotlinJS / Compose for Web module which I just updated from Multiplatform settings 0.9 to 1.0.0 Since then, I have that unresolved reference error. This is (part of) my build.gradle file:
And then I init it this way:
It was part of a broader dependency updates but only rolling back to version 0.9 fixed that.