Undefined reference using stringResource in a Kotlin-multiplatform desktop app
I’m new to Kotlin and I wanted to start a project for a Desktop application.
To do it I initially used the multiplatform wizard.
Now, I want to add multilanguage support to my simple application and I found some tutorials for creating the strings.xml
file.
I created it in a new folder located in composeApp/src/commonMain/composeResources/values
which is at the same level of the wizard default created composeApp/src/commonMain/composeResources/drawable
.