Trying out Compose Multiplatform 1.6.0-beta02's new resources, I get a generated
Res
file with spaces in the package description. Anyone else seen this too? (I replaced the actual name with
my package here
for the screenshot).
Jacob Ras
02/07/2024, 9:59 PM
Update: this was caused by having spaces in
rootProject.name = "Name With Spaces"
, as that's apparently used to generate the package ID. FWIW I had the same issue when trying MoKo resources, but that one allows configuring the generated package.