diff --git a/firebase-app/api/android/firebase-app.api b/firebase-app/api/android/firebase-app.api index 966ca6540..e0042d959 100644 --- a/firebase-app/api/android/firebase-app.api +++ b/firebase-app/api/android/firebase-app.api @@ -7,8 +7,6 @@ public final class dev/gitlive/firebase/Firebase { } public final class dev/gitlive/firebase/FirebaseApp { - public final fun copy (Lcom/google/firebase/FirebaseApp;)Ldev/gitlive/firebase/FirebaseApp; - public static synthetic fun copy$default (Ldev/gitlive/firebase/FirebaseApp;Lcom/google/firebase/FirebaseApp;ILjava/lang/Object;)Ldev/gitlive/firebase/FirebaseApp; public final fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun equals (Ljava/lang/Object;)Z public final fun getName ()Ljava/lang/String; diff --git a/firebase-app/api/jvm/firebase-app.api b/firebase-app/api/jvm/firebase-app.api index 966ca6540..e0042d959 100644 --- a/firebase-app/api/jvm/firebase-app.api +++ b/firebase-app/api/jvm/firebase-app.api @@ -7,8 +7,6 @@ public final class dev/gitlive/firebase/Firebase { } public final class dev/gitlive/firebase/FirebaseApp { - public final fun copy (Lcom/google/firebase/FirebaseApp;)Ldev/gitlive/firebase/FirebaseApp; - public static synthetic fun copy$default (Ldev/gitlive/firebase/FirebaseApp;Lcom/google/firebase/FirebaseApp;ILjava/lang/Object;)Ldev/gitlive/firebase/FirebaseApp; public final fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun equals (Ljava/lang/Object;)Z public final fun getName ()Ljava/lang/String; diff --git a/firebase-app/build.gradle.kts b/firebase-app/build.gradle.kts index 9e7c29e7f..b98d62ede 100644 --- a/firebase-app/build.gradle.kts +++ b/firebase-app/build.gradle.kts @@ -52,6 +52,7 @@ kotlin { @OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") + freeCompilerArgs.add("-Xconsistent-data-class-copy-visibility") } targets.configureEach { compilations.configureEach { diff --git a/firebase-auth/src/jvmMain/kotlin/dev/gitlive/firebase/auth/auth.kt b/firebase-auth/src/jvmMain/kotlin/dev/gitlive/firebase/auth/auth.kt index 670fda529..3eda71f6b 100644 --- a/firebase-auth/src/jvmMain/kotlin/dev/gitlive/firebase/auth/auth.kt +++ b/firebase-auth/src/jvmMain/kotlin/dev/gitlive/firebase/auth/auth.kt @@ -101,6 +101,7 @@ public actual class FirebaseAuth internal constructor(internal val android: com. public actual suspend fun checkActionCode(code: String): T { val result = android.checkActionCode(code).await() + @Suppress("UNCHECKED_CAST") return when (result.operation) { SIGN_IN_WITH_EMAIL_LINK -> ActionCodeResult.SignInWithEmailLink VERIFY_EMAIL -> ActionCodeResult.VerifyEmail(result.info!!.email) diff --git a/firebase-common-internal/api/android/firebase-common-internal.api b/firebase-common-internal/api/android/firebase-common-internal.api index f992ea5a9..44393d3b9 100644 --- a/firebase-common-internal/api/android/firebase-common-internal.api +++ b/firebase-common-internal/api/android/firebase-common-internal.api @@ -36,8 +36,6 @@ public final class dev/gitlive/firebase/internal/EncodeDecodeSettingsKt { public final class dev/gitlive/firebase/internal/EncodeSettingsImpl : dev/gitlive/firebase/EncodeSettings { public final fun component1 ()Z public final fun component2 ()Lkotlinx/serialization/modules/SerializersModule; - public final fun copy (ZLkotlinx/serialization/modules/SerializersModule;)Ldev/gitlive/firebase/internal/EncodeSettingsImpl; - public static synthetic fun copy$default (Ldev/gitlive/firebase/internal/EncodeSettingsImpl;ZLkotlinx/serialization/modules/SerializersModule;ILjava/lang/Object;)Ldev/gitlive/firebase/internal/EncodeSettingsImpl; public fun equals (Ljava/lang/Object;)Z public fun getEncodeDefaults ()Z public fun getSerializersModule ()Lkotlinx/serialization/modules/SerializersModule; diff --git a/firebase-common-internal/api/jvm/firebase-common-internal.api b/firebase-common-internal/api/jvm/firebase-common-internal.api index f992ea5a9..44393d3b9 100644 --- a/firebase-common-internal/api/jvm/firebase-common-internal.api +++ b/firebase-common-internal/api/jvm/firebase-common-internal.api @@ -36,8 +36,6 @@ public final class dev/gitlive/firebase/internal/EncodeDecodeSettingsKt { public final class dev/gitlive/firebase/internal/EncodeSettingsImpl : dev/gitlive/firebase/EncodeSettings { public final fun component1 ()Z public final fun component2 ()Lkotlinx/serialization/modules/SerializersModule; - public final fun copy (ZLkotlinx/serialization/modules/SerializersModule;)Ldev/gitlive/firebase/internal/EncodeSettingsImpl; - public static synthetic fun copy$default (Ldev/gitlive/firebase/internal/EncodeSettingsImpl;ZLkotlinx/serialization/modules/SerializersModule;ILjava/lang/Object;)Ldev/gitlive/firebase/internal/EncodeSettingsImpl; public fun equals (Ljava/lang/Object;)Z public fun getEncodeDefaults ()Z public fun getSerializersModule ()Lkotlinx/serialization/modules/SerializersModule; diff --git a/firebase-common-internal/build.gradle.kts b/firebase-common-internal/build.gradle.kts index fa6f2dbba..9f2b857f1 100644 --- a/firebase-common-internal/build.gradle.kts +++ b/firebase-common-internal/build.gradle.kts @@ -50,6 +50,7 @@ kotlin { @OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") + freeCompilerArgs.add("-Xconsistent-data-class-copy-visibility") } targets.configureEach { compilations.configureEach { diff --git a/firebase-database/api/android/firebase-database.api b/firebase-database/api/android/firebase-database.api index 7a162d831..8ea89b1bc 100644 --- a/firebase-database/api/android/firebase-database.api +++ b/firebase-database/api/android/firebase-database.api @@ -2,8 +2,6 @@ public final class dev/gitlive/firebase/database/ChildEvent { public final fun component1 ()Ldev/gitlive/firebase/database/DataSnapshot; public final fun component2 ()Ldev/gitlive/firebase/database/ChildEvent$Type; public final fun component3 ()Ljava/lang/String; - public final fun copy (Ldev/gitlive/firebase/database/DataSnapshot;Ldev/gitlive/firebase/database/ChildEvent$Type;Ljava/lang/String;)Ldev/gitlive/firebase/database/ChildEvent; - public static synthetic fun copy$default (Ldev/gitlive/firebase/database/ChildEvent;Ldev/gitlive/firebase/database/DataSnapshot;Ldev/gitlive/firebase/database/ChildEvent$Type;Ljava/lang/String;ILjava/lang/Object;)Ldev/gitlive/firebase/database/ChildEvent; public fun equals (Ljava/lang/Object;)Z public final fun getPreviousChildName ()Ljava/lang/String; public final fun getSnapshot ()Ldev/gitlive/firebase/database/DataSnapshot; diff --git a/firebase-database/api/jvm/firebase-database.api b/firebase-database/api/jvm/firebase-database.api index 7a162d831..8ea89b1bc 100644 --- a/firebase-database/api/jvm/firebase-database.api +++ b/firebase-database/api/jvm/firebase-database.api @@ -2,8 +2,6 @@ public final class dev/gitlive/firebase/database/ChildEvent { public final fun component1 ()Ldev/gitlive/firebase/database/DataSnapshot; public final fun component2 ()Ldev/gitlive/firebase/database/ChildEvent$Type; public final fun component3 ()Ljava/lang/String; - public final fun copy (Ldev/gitlive/firebase/database/DataSnapshot;Ldev/gitlive/firebase/database/ChildEvent$Type;Ljava/lang/String;)Ldev/gitlive/firebase/database/ChildEvent; - public static synthetic fun copy$default (Ldev/gitlive/firebase/database/ChildEvent;Ldev/gitlive/firebase/database/DataSnapshot;Ldev/gitlive/firebase/database/ChildEvent$Type;Ljava/lang/String;ILjava/lang/Object;)Ldev/gitlive/firebase/database/ChildEvent; public fun equals (Ljava/lang/Object;)Z public final fun getPreviousChildName ()Ljava/lang/String; public final fun getSnapshot ()Ldev/gitlive/firebase/database/DataSnapshot; diff --git a/firebase-database/build.gradle.kts b/firebase-database/build.gradle.kts index 1cb342cf8..625017011 100644 --- a/firebase-database/build.gradle.kts +++ b/firebase-database/build.gradle.kts @@ -53,6 +53,7 @@ kotlin { @OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") + freeCompilerArgs.add("-Xconsistent-data-class-copy-visibility") } targets.configureEach { compilations.configureEach { diff --git a/firebase-firestore/api/android/firebase-firestore.api b/firebase-firestore/api/android/firebase-firestore.api index 0d882cf48..8a0aa2e9a 100644 --- a/firebase-firestore/api/android/firebase-firestore.api +++ b/firebase-firestore/api/android/firebase-firestore.api @@ -21,8 +21,6 @@ public final class dev/gitlive/firebase/firestore/CollectionReference : dev/gitl public final fun add (Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun add$default (Ldev/gitlive/firebase/firestore/CollectionReference;Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun addEncoded (Ldev/gitlive/firebase/internal/EncodedObject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeCollectionReferenceWrapper;)Ldev/gitlive/firebase/firestore/CollectionReference; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/CollectionReference;Ldev/gitlive/firebase/firestore/internal/NativeCollectionReferenceWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/CollectionReference; public final fun document (Ljava/lang/String;)Ldev/gitlive/firebase/firestore/DocumentReference; public fun equals (Ljava/lang/Object;)Z public final fun getDocument ()Ldev/gitlive/firebase/firestore/DocumentReference; @@ -47,8 +45,6 @@ public final class dev/gitlive/firebase/firestore/DocumentChange { public final class dev/gitlive/firebase/firestore/DocumentReference { public static final field Companion Ldev/gitlive/firebase/firestore/DocumentReference$Companion; public final fun collection (Ljava/lang/String;)Ldev/gitlive/firebase/firestore/CollectionReference; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeDocumentReference;)Ldev/gitlive/firebase/firestore/DocumentReference; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/DocumentReference;Ldev/gitlive/firebase/firestore/internal/NativeDocumentReference;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/DocumentReference; public final fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun equals (Ljava/lang/Object;)Z public final fun get (Ldev/gitlive/firebase/firestore/Source;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -101,8 +97,6 @@ public final class dev/gitlive/firebase/firestore/DocumentSnapshot { public static final field Companion Ldev/gitlive/firebase/firestore/DocumentSnapshot$Companion; public final fun contains (Ldev/gitlive/firebase/firestore/FieldPath;)Z public final fun contains (Ljava/lang/String;)Z - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeDocumentSnapshotWrapper;)Ldev/gitlive/firebase/firestore/DocumentSnapshot; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/DocumentSnapshot;Ldev/gitlive/firebase/firestore/internal/NativeDocumentSnapshotWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/DocumentSnapshot; public final fun data (Lkotlinx/serialization/DeserializationStrategy;Ldev/gitlive/firebase/firestore/ServerTimestampBehavior;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; public static synthetic fun data$default (Ldev/gitlive/firebase/firestore/DocumentSnapshot;Lkotlinx/serialization/DeserializationStrategy;Ldev/gitlive/firebase/firestore/ServerTimestampBehavior;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ljava/lang/Object; public final fun encodedData (Ldev/gitlive/firebase/firestore/ServerTimestampBehavior;)Ljava/lang/Object; @@ -181,8 +175,6 @@ public abstract class dev/gitlive/firebase/firestore/Filter { public final class dev/gitlive/firebase/firestore/Filter$And : dev/gitlive/firebase/firestore/Filter { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/Filter$And; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$And;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$And; public fun equals (Ljava/lang/Object;)Z public final fun getFilters ()Ljava/util/List; public fun hashCode ()I @@ -192,8 +184,6 @@ public final class dev/gitlive/firebase/firestore/Filter$And : dev/gitlive/fireb public final class dev/gitlive/firebase/firestore/Filter$Field : dev/gitlive/firebase/firestore/Filter$WithConstraint { public final fun component1 ()Ljava/lang/String; public final fun component2 ()Ldev/gitlive/firebase/firestore/WhereConstraint; - public final fun copy (Ljava/lang/String;Ldev/gitlive/firebase/firestore/WhereConstraint;)Ldev/gitlive/firebase/firestore/Filter$Field; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$Field;Ljava/lang/String;Ldev/gitlive/firebase/firestore/WhereConstraint;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$Field; public fun equals (Ljava/lang/Object;)Z public fun getConstraint ()Ldev/gitlive/firebase/firestore/WhereConstraint; public final fun getField ()Ljava/lang/String; @@ -203,8 +193,6 @@ public final class dev/gitlive/firebase/firestore/Filter$Field : dev/gitlive/fir public final class dev/gitlive/firebase/firestore/Filter$Or : dev/gitlive/firebase/firestore/Filter { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/Filter$Or; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$Or;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$Or; public fun equals (Ljava/lang/Object;)Z public final fun getFilters ()Ljava/util/List; public fun hashCode ()I @@ -214,8 +202,6 @@ public final class dev/gitlive/firebase/firestore/Filter$Or : dev/gitlive/fireba public final class dev/gitlive/firebase/firestore/Filter$Path : dev/gitlive/firebase/firestore/Filter$WithConstraint { public final fun component1 ()Ldev/gitlive/firebase/firestore/FieldPath; public final fun component2 ()Ldev/gitlive/firebase/firestore/WhereConstraint; - public final fun copy (Ldev/gitlive/firebase/firestore/FieldPath;Ldev/gitlive/firebase/firestore/WhereConstraint;)Ldev/gitlive/firebase/firestore/Filter$Path; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$Path;Ldev/gitlive/firebase/firestore/FieldPath;Ldev/gitlive/firebase/firestore/WhereConstraint;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$Path; public fun equals (Ljava/lang/Object;)Z public fun getConstraint ()Ldev/gitlive/firebase/firestore/WhereConstraint; public final fun getPath ()Ldev/gitlive/firebase/firestore/FieldPath; @@ -359,8 +345,6 @@ public abstract interface class dev/gitlive/firebase/firestore/LocalCacheSetting public final class dev/gitlive/firebase/firestore/LocalCacheSettings$Memory : dev/gitlive/firebase/firestore/LocalCacheSettings { public static final field Companion Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory$Companion; public final fun component1 ()Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings; - public final fun copy (Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings;)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory;Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory; public fun equals (Ljava/lang/Object;)Z public final fun getGarbaseCollectorSettings ()Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings; public fun hashCode ()I @@ -380,8 +364,6 @@ public final class dev/gitlive/firebase/firestore/LocalCacheSettings$Memory$Comp public final class dev/gitlive/firebase/firestore/LocalCacheSettings$Persistent : dev/gitlive/firebase/firestore/LocalCacheSettings { public static final field Companion Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent$Companion; public final fun component1 ()J - public final fun copy (J)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent;JILjava/lang/Object;)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent; public fun equals (Ljava/lang/Object;)Z public final fun getSizeBytes ()J public fun hashCode ()I @@ -423,8 +405,6 @@ public final class dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings public final class dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC : dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings { public static final field Companion Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC$Companion; public final fun component1 ()J - public final fun copy (J)Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC;JILjava/lang/Object;)Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC; public fun equals (Ljava/lang/Object;)Z public final fun getSizeBytes ()J public fun hashCode ()I @@ -548,8 +528,6 @@ public final class dev/gitlive/firebase/firestore/TimestampSerializer : kotlinx/ public final class dev/gitlive/firebase/firestore/Transaction { public static final field Companion Ldev/gitlive/firebase/firestore/Transaction$Companion; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeTransactionWrapper;)Ldev/gitlive/firebase/firestore/Transaction; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Transaction;Ldev/gitlive/firebase/firestore/internal/NativeTransactionWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Transaction; public final fun delete (Ldev/gitlive/firebase/firestore/DocumentReference;)Ldev/gitlive/firebase/firestore/Transaction; public fun equals (Ljava/lang/Object;)Z public final fun get (Ldev/gitlive/firebase/firestore/DocumentReference;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -599,8 +577,6 @@ public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint { public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContains : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContains; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContains;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContains; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -610,8 +586,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContains public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny : dev/gitlive/firebase/firestore/WhereConstraint$ForArray { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny; public fun equals (Ljava/lang/Object;)Z public fun getSafeValues ()Ljava/util/List; public fun getValues ()Ljava/util/List; @@ -621,8 +595,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsA public final class dev/gitlive/firebase/firestore/WhereConstraint$EqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$EqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$EqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$EqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -659,8 +631,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ForObject$Defa public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThan : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThan; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThan;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThan; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -670,8 +640,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThan : public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -681,8 +649,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrE public final class dev/gitlive/firebase/firestore/WhereConstraint$InArray : dev/gitlive/firebase/firestore/WhereConstraint$ForArray { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/WhereConstraint$InArray; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$InArray;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$InArray; public fun equals (Ljava/lang/Object;)Z public fun getSafeValues ()Ljava/util/List; public fun getValues ()Ljava/util/List; @@ -692,8 +658,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$InArray : dev/ public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThan : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThan; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$LessThan;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThan; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -703,8 +667,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThan : dev public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -714,8 +676,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqua public final class dev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -725,8 +685,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo : d public final class dev/gitlive/firebase/firestore/WhereConstraint$NotInArray : dev/gitlive/firebase/firestore/WhereConstraint$ForArray { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotInArray; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$NotInArray;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotInArray; public fun equals (Ljava/lang/Object;)Z public fun getSafeValues ()Ljava/util/List; public fun getValues ()Ljava/util/List; @@ -737,8 +695,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$NotInArray : d public final class dev/gitlive/firebase/firestore/WriteBatch { public static final field Companion Ldev/gitlive/firebase/firestore/WriteBatch$Companion; public final fun commit (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeWriteBatchWrapper;)Ldev/gitlive/firebase/firestore/WriteBatch; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WriteBatch;Ldev/gitlive/firebase/firestore/internal/NativeWriteBatchWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WriteBatch; public final fun delete (Ldev/gitlive/firebase/firestore/DocumentReference;)Ldev/gitlive/firebase/firestore/WriteBatch; public fun equals (Ljava/lang/Object;)Z public fun hashCode ()I diff --git a/firebase-firestore/api/jvm/firebase-firestore.api b/firebase-firestore/api/jvm/firebase-firestore.api index 8e668f4c0..33a64aef7 100644 --- a/firebase-firestore/api/jvm/firebase-firestore.api +++ b/firebase-firestore/api/jvm/firebase-firestore.api @@ -21,8 +21,6 @@ public final class dev/gitlive/firebase/firestore/CollectionReference : dev/gitl public final fun add (Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun add$default (Ldev/gitlive/firebase/firestore/CollectionReference;Lkotlinx/serialization/SerializationStrategy;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun addEncoded (Ldev/gitlive/firebase/internal/EncodedObject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeCollectionReferenceWrapper;)Ldev/gitlive/firebase/firestore/CollectionReference; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/CollectionReference;Ldev/gitlive/firebase/firestore/internal/NativeCollectionReferenceWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/CollectionReference; public final fun document (Ljava/lang/String;)Ldev/gitlive/firebase/firestore/DocumentReference; public fun equals (Ljava/lang/Object;)Z public final fun getDocument ()Ldev/gitlive/firebase/firestore/DocumentReference; @@ -47,8 +45,6 @@ public final class dev/gitlive/firebase/firestore/DocumentChange { public final class dev/gitlive/firebase/firestore/DocumentReference { public static final field Companion Ldev/gitlive/firebase/firestore/DocumentReference$Companion; public final fun collection (Ljava/lang/String;)Ldev/gitlive/firebase/firestore/CollectionReference; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeDocumentReference;)Ldev/gitlive/firebase/firestore/DocumentReference; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/DocumentReference;Ldev/gitlive/firebase/firestore/internal/NativeDocumentReference;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/DocumentReference; public final fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun equals (Ljava/lang/Object;)Z public final fun get (Ldev/gitlive/firebase/firestore/Source;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -101,8 +97,6 @@ public final class dev/gitlive/firebase/firestore/DocumentSnapshot { public static final field Companion Ldev/gitlive/firebase/firestore/DocumentSnapshot$Companion; public final fun contains (Ldev/gitlive/firebase/firestore/FieldPath;)Z public final fun contains (Ljava/lang/String;)Z - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeDocumentSnapshotWrapper;)Ldev/gitlive/firebase/firestore/DocumentSnapshot; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/DocumentSnapshot;Ldev/gitlive/firebase/firestore/internal/NativeDocumentSnapshotWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/DocumentSnapshot; public final fun data (Lkotlinx/serialization/DeserializationStrategy;Ldev/gitlive/firebase/firestore/ServerTimestampBehavior;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; public static synthetic fun data$default (Ldev/gitlive/firebase/firestore/DocumentSnapshot;Lkotlinx/serialization/DeserializationStrategy;Ldev/gitlive/firebase/firestore/ServerTimestampBehavior;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ljava/lang/Object; public final fun encodedData (Ldev/gitlive/firebase/firestore/ServerTimestampBehavior;)Ljava/lang/Object; @@ -181,8 +175,6 @@ public abstract class dev/gitlive/firebase/firestore/Filter { public final class dev/gitlive/firebase/firestore/Filter$And : dev/gitlive/firebase/firestore/Filter { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/Filter$And; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$And;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$And; public fun equals (Ljava/lang/Object;)Z public final fun getFilters ()Ljava/util/List; public fun hashCode ()I @@ -192,8 +184,6 @@ public final class dev/gitlive/firebase/firestore/Filter$And : dev/gitlive/fireb public final class dev/gitlive/firebase/firestore/Filter$Field : dev/gitlive/firebase/firestore/Filter$WithConstraint { public final fun component1 ()Ljava/lang/String; public final fun component2 ()Ldev/gitlive/firebase/firestore/WhereConstraint; - public final fun copy (Ljava/lang/String;Ldev/gitlive/firebase/firestore/WhereConstraint;)Ldev/gitlive/firebase/firestore/Filter$Field; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$Field;Ljava/lang/String;Ldev/gitlive/firebase/firestore/WhereConstraint;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$Field; public fun equals (Ljava/lang/Object;)Z public fun getConstraint ()Ldev/gitlive/firebase/firestore/WhereConstraint; public final fun getField ()Ljava/lang/String; @@ -203,8 +193,6 @@ public final class dev/gitlive/firebase/firestore/Filter$Field : dev/gitlive/fir public final class dev/gitlive/firebase/firestore/Filter$Or : dev/gitlive/firebase/firestore/Filter { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/Filter$Or; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$Or;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$Or; public fun equals (Ljava/lang/Object;)Z public final fun getFilters ()Ljava/util/List; public fun hashCode ()I @@ -214,8 +202,6 @@ public final class dev/gitlive/firebase/firestore/Filter$Or : dev/gitlive/fireba public final class dev/gitlive/firebase/firestore/Filter$Path : dev/gitlive/firebase/firestore/Filter$WithConstraint { public final fun component1 ()Ldev/gitlive/firebase/firestore/FieldPath; public final fun component2 ()Ldev/gitlive/firebase/firestore/WhereConstraint; - public final fun copy (Ldev/gitlive/firebase/firestore/FieldPath;Ldev/gitlive/firebase/firestore/WhereConstraint;)Ldev/gitlive/firebase/firestore/Filter$Path; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Filter$Path;Ldev/gitlive/firebase/firestore/FieldPath;Ldev/gitlive/firebase/firestore/WhereConstraint;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Filter$Path; public fun equals (Ljava/lang/Object;)Z public fun getConstraint ()Ldev/gitlive/firebase/firestore/WhereConstraint; public final fun getPath ()Ldev/gitlive/firebase/firestore/FieldPath; @@ -359,8 +345,6 @@ public abstract interface class dev/gitlive/firebase/firestore/LocalCacheSetting public final class dev/gitlive/firebase/firestore/LocalCacheSettings$Memory : dev/gitlive/firebase/firestore/LocalCacheSettings { public static final field Companion Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory$Companion; public final fun component1 ()Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings; - public final fun copy (Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings;)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory;Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Memory; public fun equals (Ljava/lang/Object;)Z public final fun getGarbaseCollectorSettings ()Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings; public fun hashCode ()I @@ -380,8 +364,6 @@ public final class dev/gitlive/firebase/firestore/LocalCacheSettings$Memory$Comp public final class dev/gitlive/firebase/firestore/LocalCacheSettings$Persistent : dev/gitlive/firebase/firestore/LocalCacheSettings { public static final field Companion Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent$Companion; public final fun component1 ()J - public final fun copy (J)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent;JILjava/lang/Object;)Ldev/gitlive/firebase/firestore/LocalCacheSettings$Persistent; public fun equals (Ljava/lang/Object;)Z public final fun getSizeBytes ()J public fun hashCode ()I @@ -423,8 +405,6 @@ public final class dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings public final class dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC : dev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings { public static final field Companion Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC$Companion; public final fun component1 ()J - public final fun copy (J)Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC;JILjava/lang/Object;)Ldev/gitlive/firebase/firestore/MemoryGarbageCollectorSettings$LRUGC; public fun equals (Ljava/lang/Object;)Z public final fun getSizeBytes ()J public fun hashCode ()I @@ -548,8 +528,6 @@ public final class dev/gitlive/firebase/firestore/TimestampSerializer : kotlinx/ public final class dev/gitlive/firebase/firestore/Transaction { public static final field Companion Ldev/gitlive/firebase/firestore/Transaction$Companion; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeTransactionWrapper;)Ldev/gitlive/firebase/firestore/Transaction; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/Transaction;Ldev/gitlive/firebase/firestore/internal/NativeTransactionWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/Transaction; public final fun delete (Ldev/gitlive/firebase/firestore/DocumentReference;)Ldev/gitlive/firebase/firestore/Transaction; public fun equals (Ljava/lang/Object;)Z public final fun get (Ldev/gitlive/firebase/firestore/DocumentReference;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -599,8 +577,6 @@ public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint { public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContains : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContains; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContains;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContains; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -610,8 +586,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContains public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny : dev/gitlive/firebase/firestore/WhereConstraint$ForArray { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsAny; public fun equals (Ljava/lang/Object;)Z public fun getSafeValues ()Ljava/util/List; public fun getValues ()Ljava/util/List; @@ -621,8 +595,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ArrayContainsA public final class dev/gitlive/firebase/firestore/WhereConstraint$EqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$EqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$EqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$EqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -659,8 +631,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ForObject$Defa public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThan : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThan; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThan;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThan; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -670,8 +640,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThan : public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrEqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -681,8 +649,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$GreaterThanOrE public final class dev/gitlive/firebase/firestore/WhereConstraint$InArray : dev/gitlive/firebase/firestore/WhereConstraint$ForArray { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/WhereConstraint$InArray; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$InArray;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$InArray; public fun equals (Ljava/lang/Object;)Z public fun getSafeValues ()Ljava/util/List; public fun getValues ()Ljava/util/List; @@ -692,8 +658,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$InArray : dev/ public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThan : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThan; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$LessThan;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThan; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -703,8 +667,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThan : dev public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -714,8 +676,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$LessThanOrEqua public final class dev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo : dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObject { public final fun component1 ()Ljava/lang/Object; - public final fun copy (Ljava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo;Ljava/lang/Object;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo; public fun equals (Ljava/lang/Object;)Z public fun getSafeValue ()Ljava/lang/Object; public fun getValue ()Ljava/lang/Object; @@ -725,8 +685,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$NotEqualTo : d public final class dev/gitlive/firebase/firestore/WhereConstraint$NotInArray : dev/gitlive/firebase/firestore/WhereConstraint$ForArray { public final fun component1 ()Ljava/util/List; - public final fun copy (Ljava/util/List;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotInArray; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WhereConstraint$NotInArray;Ljava/util/List;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WhereConstraint$NotInArray; public fun equals (Ljava/lang/Object;)Z public fun getSafeValues ()Ljava/util/List; public fun getValues ()Ljava/util/List; @@ -737,8 +695,6 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$NotInArray : d public final class dev/gitlive/firebase/firestore/WriteBatch { public static final field Companion Ldev/gitlive/firebase/firestore/WriteBatch$Companion; public final fun commit (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public final fun copy (Ldev/gitlive/firebase/firestore/internal/NativeWriteBatchWrapper;)Ldev/gitlive/firebase/firestore/WriteBatch; - public static synthetic fun copy$default (Ldev/gitlive/firebase/firestore/WriteBatch;Ldev/gitlive/firebase/firestore/internal/NativeWriteBatchWrapper;ILjava/lang/Object;)Ldev/gitlive/firebase/firestore/WriteBatch; public final fun delete (Ldev/gitlive/firebase/firestore/DocumentReference;)Ldev/gitlive/firebase/firestore/WriteBatch; public fun equals (Ljava/lang/Object;)Z public fun hashCode ()I diff --git a/firebase-firestore/build.gradle.kts b/firebase-firestore/build.gradle.kts index 34dae8fa3..56d85981a 100644 --- a/firebase-firestore/build.gradle.kts +++ b/firebase-firestore/build.gradle.kts @@ -55,6 +55,7 @@ kotlin { @OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") + freeCompilerArgs.add("-Xconsistent-data-class-copy-visibility") } targets.configureEach { compilations.configureEach { diff --git a/firebase-functions/api/android/firebase-functions.api b/firebase-functions/api/android/firebase-functions.api index 3d36472ff..5da5d349d 100644 --- a/firebase-functions/api/android/firebase-functions.api +++ b/firebase-functions/api/android/firebase-functions.api @@ -10,8 +10,6 @@ public final class dev/gitlive/firebase/functions/AndroidFunctions { } public final class dev/gitlive/firebase/functions/FirebaseFunctions { - public final fun copy (Lcom/google/firebase/functions/FirebaseFunctions;)Ldev/gitlive/firebase/functions/FirebaseFunctions; - public static synthetic fun copy$default (Ldev/gitlive/firebase/functions/FirebaseFunctions;Lcom/google/firebase/functions/FirebaseFunctions;ILjava/lang/Object;)Ldev/gitlive/firebase/functions/FirebaseFunctions; public fun equals (Ljava/lang/Object;)Z public fun hashCode ()I public final fun httpsCallable-6Au4x4Y (Ljava/lang/String;Lkotlin/time/Duration;)Ldev/gitlive/firebase/functions/HttpsCallableReference; diff --git a/firebase-functions/api/jvm/firebase-functions.api b/firebase-functions/api/jvm/firebase-functions.api index 3d36472ff..5da5d349d 100644 --- a/firebase-functions/api/jvm/firebase-functions.api +++ b/firebase-functions/api/jvm/firebase-functions.api @@ -10,8 +10,6 @@ public final class dev/gitlive/firebase/functions/AndroidFunctions { } public final class dev/gitlive/firebase/functions/FirebaseFunctions { - public final fun copy (Lcom/google/firebase/functions/FirebaseFunctions;)Ldev/gitlive/firebase/functions/FirebaseFunctions; - public static synthetic fun copy$default (Ldev/gitlive/firebase/functions/FirebaseFunctions;Lcom/google/firebase/functions/FirebaseFunctions;ILjava/lang/Object;)Ldev/gitlive/firebase/functions/FirebaseFunctions; public fun equals (Ljava/lang/Object;)Z public fun hashCode ()I public final fun httpsCallable-6Au4x4Y (Ljava/lang/String;Lkotlin/time/Duration;)Ldev/gitlive/firebase/functions/HttpsCallableReference; diff --git a/firebase-functions/build.gradle.kts b/firebase-functions/build.gradle.kts index 8d19afc83..21a24dd94 100644 --- a/firebase-functions/build.gradle.kts +++ b/firebase-functions/build.gradle.kts @@ -52,6 +52,7 @@ kotlin { @OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") + freeCompilerArgs.add("-Xconsistent-data-class-copy-visibility") } targets.configureEach { compilations.configureEach {