Looks like there was a regression in the 1.6.10-de...
# compose-desktop
g
Looks like there was a regression in the 1.6.10-dev1575 build from this morning. Can anyone else try it and confirm? I'm getting build errors from the string resources
Resource with ID='string:app_name' has more than one file: values/strings.commonMain.cvr, values/strings.cvr
Or this may just be a dir change that isn't documented yet in the dev build.
k
Have you cleaned your project?
g
Yup, you end up having to clean again after reverting to get it to start building again.
k
that is a good rule: if you use dev version than you are suppose to clean build when apply new one. We don't guarantee the compatibility between dev versions
g
Yeah I usually clean. Even after a clean I was getting the same error which would go away when I downgraded. The build from this morning seems to have fixed it, so not sure what that was if it was something in that build or a gradle cache issue (which wouldn't surprise me or be the first time).