Make sure you name the folder "values" and not val...
# multiplatform
a
Make sure you name the folder "values" and not value
🧵 1
o
Doesn't help
a
I see that you also don't have the mark on the folder itself that says it's a res folder (the 4 gold lines) Which is weird because you said the other res values worked well for you but maybe that is the cause I also don't see a "drawable" folder there so not sure you are getting the resources in the right way. what version are you using?
o
Using that versions:
[versions]
agp = "8.2.2"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.12.0"
androidx-espresso-core = "3.5.1"
androidx-material = "1.11.0"
androidx-test-junit = "1.1.5"
compose = "1.6.1"
compose-plugin = "1.5.12"
junit = "4.13.2"
kotlin = "1.9.22"
The initial setup has drawable into /commonMain/resources folder root. and painterResource function imports as well. stringResource - not found
a
Try and change the compose-plugin from 1.5.12 to 1.6.0-rc01
I don't think 1.5.12 supports the resources folder
try and update it, sync gradle and see if the composeResources folder gets an updated icon lie the resources folder
o
Thanks. Already resolved in next thread