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
Alexander Maryanovsky
04/12/2024, 5:13 PM
I’ve been seeing that for a while. I don’t think it affects anything
s
Swapnil Musale
04/12/2024, 5:15 PM
Yep - it's not blocking me from running app. Was exploring options to fix this warning