This is no different than if you had a multimodule Android project without KMP. An Android module will generate a
BuildConfig
with whatever fields are present in the config for that module. If you need access to fields from a top-level app module from a lower-level library module you'll need to pass them in somewhere.