Mark
06/07/2025, 10:31 AMcommonMain
kotlin code and in Android XML (e.g. manifest.xml
). At the moment, it seems I have to declare such strings both in commonMain/composeResources
and androidMain/res
(or android library project res) which is not great. Or alternatively, declare it as an android resource and use expect/actual so that it can be accessed in commonMain
. Also not great.