Enol Simón
08/06/2024, 3:43 PMval myString = runBlocking { getString(Res.string.myString) }
The exception i am getting is
Android context is not initialized. If it happens in the Preview mode then call PreviewContextConfigurationEffect() function.
Before start using Compose Resources I didn't have such a problem. Anybody with the same problem that discovered how to solve it?Atul Gupta
09/20/2024, 8:59 AMAtul Gupta
09/20/2024, 9:02 AM