While running desktop app getting this warning in ...
# compose-desktop
s
While running desktop app getting this warning in console :
> Task :sampleApp:composeApp:run
2024-04-12 22:31:59.468 java[24932:1652058] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
Anyone have idea how to fix this ?
a
I’ve been seeing that for a while. I don’t think it affects anything
s
Yep - it's not blocking me from running app. Was exploring options to fix this warning
a
s
I think once linked PR get merged, then warning will not be generate.