brabo-hi
03/08/2022, 7:11 PMandroidMain shared project, how can we get access to
BuildConfig.APPLICATION_ID
BuildConfig.VERSION_CODE
BuildConfig.VERSION_NAMErusshwolf
03/08/2022, 7:43 PMBuildConfig 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.xxfast
03/09/2022, 7:14 AMcommonMain , you can try BuildKonfigwbertan
03/09/2022, 9:40 AMBuildKonfig , I can say we didn't had any issues so far - we even set different values for the same key based on the platform and works fine.wbertan
03/09/2022, 9:41 AMBuildKonfig you can find here: https://medium.com/clearscore/drivescore-kmm-journey-episode-iii-issues-and-solutions-a83f58234b2#3b6b
Where we described it (along with other KMM challenges we had and our solutions for it)