You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle.kts
+1-63Lines changed: 1 addition & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -145,74 +145,12 @@ publishing {
145
145
}
146
146
}
147
147
148
-
/**
149
-
* List of aar files to include in the jar. Some jars are being omitted because they are not needed for the JVM.
150
-
* - lifecycle-*: exclude lifecycle libs due to https://github.com/GitLiveApp/firebase-java-sdk/pull/15 - remove the exclude once the dependencies in the aars are updated to the required version
151
-
* - savedstate: Excluded due to this library already being included as part of the compose mutliplatform dependencies. It does not seem to be directly needed by the firebase libraries.
0 commit comments