Darren Lambert

Results 13 comments of Darren Lambert

I have the same issue here, when i test the Flexlayout.layout Component with Jest. Did you have solve your issue @jigs1212 ?

Any news on this @JagadishaIncture I have this error too on my physical Iphone i got the string key and it is the same on the emulator but for only...

Update for my case : - My string work on EN but not on FR (French) EN : 🇬🇧 ![IMG_E10004CA80BF-1](https://github.com/icerockdev/moko-resources/assets/73501755/ec1547f3-97d9-4b05-91ea-c3fd96687119) FR : 🇫🇷 ![IMG_D4800A3EFD1E-1](https://github.com/icerockdev/moko-resources/assets/73501755/adc6187e-5c91-4457-b722-f5f7860aa583)

I solved my problem on the French language. The error was due to the fact that I put a \ on that " example: - before `Le champ \"Date de...

What platform/OS is your project running on? My Experience the first time was very tricky with this lib for integrate it on the Android Part and IOS Part

Thank for the solution this have solve my problems too :) ✅ I think we can close this ticket ❌

Facing the same error, do we have any update about this ?

Hi @Alex009 AGP : 8.8.0 Kotlin : 1.9.20 Here is the repository of my project, you can check out this branch `kmp-idea/Issue-Moko-resources` the link : [repo github](https://github.com/LAND-Projet/KMP-Land/tree/kmp-idea/Issue-Moko-resources)

I fix this issue by following this from their readme of the v0.24.0 -> [Link](https://github.com/icerockdev/moko-resources/releases/tag/release%2F0.24.0) > Move resources from commonMain/resources/MR to commonMain/moko-resources (inner structure of catalog was saved)

here is more logs about the issue : ``` * Exception is: org.gradle.api.plugins.InvalidPluginException: An exception occurred applying plugin request [id: 'app.cash.sqldelight', version: '2.0.2'] at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.exceptionOccurred(DefaultPluginRequestApplicator.java:183) at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.access$400(DefaultPluginRequestApplicator.java:54) at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator$ApplyAction.apply(DefaultPluginRequestApplicator.java:164) at...