How to export Compose Multiplatform resources as Android resources? I have a build flavor variable set in gradle.properties, that will determine which resource sets to be included as CMP resources. However, I need to access some of these resources in Android manifest, preferably without using Android’s build flavor system. How to proceed with this?