Melchior Grutzmann
07/13/2024, 2:52 PMhellomultiplatform.composeapp.generated.resources.Res
is mostly empty, i.e. it does contain 5 objects drawable
, string
, array
, plurals
, font
, but they are all empty even though "composeApp/src/androidMain/res/values/strings.xml" contains a single string appName = "Hello MultiPlatform"
(as XML).
I expected, the 5 Res-objects to contain some properties as is common in Android projects.
Is it possible that "org.jetbrains.compose.componentcomponent resources1.6.11" is still in alpha phase? Should I add anything to the build.gradle.kts files? Are there currently any workarounds? (I tried all the suggestions from the Gemini tutor in the Android Studio, but had no success.)
Thanks for suggestions
MelchiorAlejandro Rios
07/13/2024, 3:35 PMcomposeResources
folder?Alejandro Rios
07/13/2024, 3:35 PMMelchior Grutzmann
07/13/2024, 10:03 PM