Vlad
12/26/2023, 10:43 AMcom.myapplication.appId
and name space for shared module as`com.myapplication.appid.android/common`.
Is there are any particular reason why? To prevent possible collisions if you have lots of code in both app and shared modules?
Currently it adds headache for me because my Firebase setup is in the shared module, as well as the google-json file, which is created for the com.myapplication.appId
and of course fails to build for the com.myapplication.appid.android/common
Vlad
12/26/2023, 10:54 AM