Could someone please help me with compose multipla...
# multiplatform
j
Could someone please help me with compose multiplatform? I just added components-resources (the library that makes images and strings multiplatform) and now I'm getting this error:
<http://com.android.tools.r8.internal.vc|com.android.tools.r8.internal.vc>: Space characters in SimpleName 'the traveller/shared/generated/resources/Drawable0$border$2' are not allowed prior to DEX version 040
I checked the generated file and it created a package with my app name verbatim, including spaces. Did I do a step wrong, or is it possible to make it use a different name for the generated package or something?
👍 1
🎉 1
🚀 1
👋 1
ok I replaced the spaces in
rootproject.name
in
settings.gradle
. Is this just a problem with this particular library, or is it a common issue where you're expected to not use any spaces in your project name? I've never gotten any warning messages or errors before
e
jetbrains compose uses the project name as the package name for multiplatform resources