firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

Packaging prototype

Open VinayGuthal opened this issue 1 year ago • 14 comments

Move the ktx library inside of the main artifact for both firebase-common and firebase-functions. This prototype achieves the following things

  1. Firebase-common builds properly when Firebase.kt is copied from Firebase-common-ktx to firebase-common.
  2. firebase-functions builds propertly when Functions.kt is copied from firebase-functions-ktx to firebase-functions provided there is a dependency on the latest version of firebase-common (which has the new ktx)
  3. All sdks/app outside of firebase-common(or any sdk for that matter) can depend on and use Firebase.kt which is moved to the main artifact.

VinayGuthal avatar Jul 11 '23 15:07 VinayGuthal