Closed danidiprana closed 2 months ago
This is hard to diagnose without seeing your project. Where and when do you first access Settings()
? Does that access occur in a different module than the one where you depend on multiplatform-settings-no-arg
?
SettingsInitializer
is now public in version 1.2.0. Can you try upgrading and see if the crash still occurs?
Great!! it works now. Thanks @russhwolf
Reproducible Not sure, I can't reproduce this crash but there are crashes on Firebase crashlytics.
Version 1.1.0 We use this version because version 1.1.1 uses Kotlin 1.9.20 and our JS test is not ready for that. We're using settings-no-arg.
Stacktrace
Discussion Since we're using settings-no-arg then it will initialize the settings using Initializer from the androidx on Manifest. Somehow it's crashed due to class Not found. Any idea?
Thank you.