Clean up .ignore files

Bug: 325454211
Test: ignoreApiChanges && updateApi
Change-Id: I075fb19b08cbeeaee8eba1624f3fbc7d2a255691
diff --git a/activity/activity/api/current.ignore b/activity/activity/api/current.ignore
deleted file mode 100644
index c46e892..0000000
--- a/activity/activity/api/current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.activity.ComponentActivity#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.ComponentActivity.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.ComponentActivity#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultRegistry, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.ComponentActivity.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResult#CREATOR:
-    Field androidx.activity.result.ActivityResult.CREATOR has changed type from android.os.Parcelable.Creator<androidx.activity.result.ActivityResult!> to android.os.Parcelable.Creator<androidx.activity.result.ActivityResult>
-ChangedType: androidx.activity.result.ActivityResultCaller#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultCaller.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResultCaller#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultRegistry, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultCaller.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResultLauncher#getContract():
-    Method androidx.activity.result.ActivityResultLauncher.getContract has changed return type from androidx.activity.result.contract.ActivityResultContract<I,?> to androidx.activity.result.contract.ActivityResultContract<I,?>
-ChangedType: androidx.activity.result.ActivityResultRegistry#register(String, androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultRegistry.register has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResultRegistry#register(String, androidx.lifecycle.LifecycleOwner, androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultRegistry.register has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-
-
-RemovedMethod: androidx.activity.ComponentActivity#onMultiWindowModeChanged(boolean):
-    Removed method androidx.activity.ComponentActivity.onMultiWindowModeChanged(boolean)
-RemovedMethod: androidx.activity.ComponentActivity#onPictureInPictureModeChanged(boolean):
-    Removed method androidx.activity.ComponentActivity.onPictureInPictureModeChanged(boolean)
diff --git a/activity/activity/api/restricted_current.ignore b/activity/activity/api/restricted_current.ignore
deleted file mode 100644
index c46e892..0000000
--- a/activity/activity/api/restricted_current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.activity.ComponentActivity#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.ComponentActivity.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.ComponentActivity#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultRegistry, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.ComponentActivity.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResult#CREATOR:
-    Field androidx.activity.result.ActivityResult.CREATOR has changed type from android.os.Parcelable.Creator<androidx.activity.result.ActivityResult!> to android.os.Parcelable.Creator<androidx.activity.result.ActivityResult>
-ChangedType: androidx.activity.result.ActivityResultCaller#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultCaller.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResultCaller#registerForActivityResult(androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultRegistry, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultCaller.registerForActivityResult has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResultLauncher#getContract():
-    Method androidx.activity.result.ActivityResultLauncher.getContract has changed return type from androidx.activity.result.contract.ActivityResultContract<I,?> to androidx.activity.result.contract.ActivityResultContract<I,?>
-ChangedType: androidx.activity.result.ActivityResultRegistry#register(String, androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultRegistry.register has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-ChangedType: androidx.activity.result.ActivityResultRegistry#register(String, androidx.lifecycle.LifecycleOwner, androidx.activity.result.contract.ActivityResultContract<I,O>, androidx.activity.result.ActivityResultCallback<O>):
-    Method androidx.activity.result.ActivityResultRegistry.register has changed return type from androidx.activity.result.ActivityResultLauncher<I> to androidx.activity.result.ActivityResultLauncher<I>
-
-
-RemovedMethod: androidx.activity.ComponentActivity#onMultiWindowModeChanged(boolean):
-    Removed method androidx.activity.ComponentActivity.onMultiWindowModeChanged(boolean)
-RemovedMethod: androidx.activity.ComponentActivity#onPictureInPictureModeChanged(boolean):
-    Removed method androidx.activity.ComponentActivity.onPictureInPictureModeChanged(boolean)
diff --git a/annotation/annotation-experimental/api/current.ignore b/annotation/annotation-experimental/api/current.ignore
deleted file mode 100644
index 3eb820d..0000000
--- a/annotation/annotation-experimental/api/current.ignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.annotation.OptIn#markerClass():
-    Method androidx.annotation.OptIn.markerClass has changed return type from kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] to Class<? extends java.lang.annotation.Annotation>[]
-ChangedType: androidx.annotation.experimental.UseExperimental#markerClass():
-    Method androidx.annotation.experimental.UseExperimental.markerClass has changed return type from kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] to Class<? extends java.lang.annotation.Annotation>[]
-
-
-ParameterNameChange: androidx.annotation.RequiresOptIn.Level#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.annotation.RequiresOptIn.Level.valueOf
-ParameterNameChange: androidx.annotation.experimental.Experimental.Level#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.annotation.experimental.Experimental.Level.valueOf
diff --git a/annotation/annotation-experimental/api/restricted_current.ignore b/annotation/annotation-experimental/api/restricted_current.ignore
deleted file mode 100644
index 3eb820d..0000000
--- a/annotation/annotation-experimental/api/restricted_current.ignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.annotation.OptIn#markerClass():
-    Method androidx.annotation.OptIn.markerClass has changed return type from kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] to Class<? extends java.lang.annotation.Annotation>[]
-ChangedType: androidx.annotation.experimental.UseExperimental#markerClass():
-    Method androidx.annotation.experimental.UseExperimental.markerClass has changed return type from kotlin.reflect.KClass<? extends java.lang.annotation.Annotation>[] to Class<? extends java.lang.annotation.Annotation>[]
-
-
-ParameterNameChange: androidx.annotation.RequiresOptIn.Level#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.annotation.RequiresOptIn.Level.valueOf
-ParameterNameChange: androidx.annotation.experimental.Experimental.Level#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.annotation.experimental.Experimental.Level.valueOf
diff --git a/browser/browser/api/current.ignore b/browser/browser/api/current.ignore
deleted file mode 100644
index a82ad47..0000000
--- a/browser/browser/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.browser.customtabs.CustomTabsIntent.Builder#setActivitySideSheetMaximizationEnabled(boolean):
-    Added method androidx.browser.customtabs.CustomTabsIntent.Builder.setActivitySideSheetMaximizationEnabled(boolean)
diff --git a/browser/browser/api/restricted_current.ignore b/browser/browser/api/restricted_current.ignore
deleted file mode 100644
index a82ad47..0000000
--- a/browser/browser/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.browser.customtabs.CustomTabsIntent.Builder#setActivitySideSheetMaximizationEnabled(boolean):
-    Added method androidx.browser.customtabs.CustomTabsIntent.Builder.setActivitySideSheetMaximizationEnabled(boolean)
diff --git a/car/app/app/api/current.ignore b/car/app/app/api/current.ignore
deleted file mode 100644
index 6fceb72..0000000
--- a/car/app/app/api/current.ignore
+++ /dev/null
@@ -1,9 +0,0 @@
-// Baseline format: 1.0
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_DARK_MODE_LARGE_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_DARK_MODE_LARGE_ICON_URI
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_DARK_MODE_SMALL_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_DARK_MODE_SMALL_ICON_URI
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_LIGHT_MODE_LARGE_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_LIGHT_MODE_LARGE_ICON_URI
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_LIGHT_MODE_SMALL_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_LIGHT_MODE_SMALL_ICON_URI
diff --git a/car/app/app/api/restricted_current.ignore b/car/app/app/api/restricted_current.ignore
deleted file mode 100644
index 6fceb72..0000000
--- a/car/app/app/api/restricted_current.ignore
+++ /dev/null
@@ -1,9 +0,0 @@
-// Baseline format: 1.0
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_DARK_MODE_LARGE_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_DARK_MODE_LARGE_ICON_URI
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_DARK_MODE_SMALL_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_DARK_MODE_SMALL_ICON_URI
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_LIGHT_MODE_LARGE_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_LIGHT_MODE_LARGE_ICON_URI
-RemovedField: androidx.car.app.mediaextensions.MetadataExtras#KEY_CONTENT_FORMAT_LIGHT_MODE_SMALL_ICON_URI:
-    Removed field androidx.car.app.mediaextensions.MetadataExtras.KEY_CONTENT_FORMAT_LIGHT_MODE_SMALL_ICON_URI
diff --git a/collection/collection/api/restricted_current.ignore b/collection/collection/api/restricted_current.ignore
deleted file mode 100644
index 627fb9c..0000000
--- a/collection/collection/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-AddedPackage: androidx.collection.internal:
-    Added package androidx.collection.internal
diff --git a/compose/animation/animation-core/api/current.ignore b/compose/animation/animation-core/api/current.ignore
index 73fb4e0..33ae83f 100644
--- a/compose/animation/animation-core/api/current.ignore
+++ b/compose/animation/animation-core/api/current.ignore
@@ -1,15 +1,5 @@
 // Baseline format: 1.0
 ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#at(T, int):
-    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.at has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> to E (extends androidx.compose.animation.core.KeyframeBaseEntity<T>)
+    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.at has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T>
 ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#atFraction(T, float):
-    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.atFraction has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> to E (extends androidx.compose.animation.core.KeyframeBaseEntity<T>)
-
-
-DefaultValueChange: androidx.compose.animation.core.Animatable#animateDecay(T, androidx.compose.animation.core.DecayAnimationSpec<T>, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.Animatable<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super androidx.compose.animation.core.AnimationResult<T,V>>) parameter #3:
-    Attempted to remove default value from parameter arg4 in androidx.compose.animation.core.Animatable.animateDecay
-DefaultValueChange: androidx.compose.animation.core.Animatable#animateTo(T, androidx.compose.animation.core.AnimationSpec<T>, T, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.Animatable<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super androidx.compose.animation.core.AnimationResult<T,V>>) parameter #4:
-    Attempted to remove default value from parameter arg5 in androidx.compose.animation.core.Animatable.animateTo
-DefaultValueChange: androidx.compose.animation.core.SuspendAnimationKt#animateDecay(androidx.compose.animation.core.AnimationState<T,V>, androidx.compose.animation.core.DecayAnimationSpec<T>, boolean, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.AnimationScope<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #4:
-    Attempted to remove default value from parameter arg5 in androidx.compose.animation.core.SuspendAnimationKt.animateDecay
-DefaultValueChange: androidx.compose.animation.core.SuspendAnimationKt#animateTo(androidx.compose.animation.core.AnimationState<T,V>, T, androidx.compose.animation.core.AnimationSpec<T>, boolean, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.AnimationScope<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #5:
-    Attempted to remove default value from parameter arg6 in androidx.compose.animation.core.SuspendAnimationKt.animateTo
+    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.atFraction has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T>
diff --git a/compose/animation/animation-core/api/restricted_current.ignore b/compose/animation/animation-core/api/restricted_current.ignore
index 73fb4e0..33ae83f 100644
--- a/compose/animation/animation-core/api/restricted_current.ignore
+++ b/compose/animation/animation-core/api/restricted_current.ignore
@@ -1,15 +1,5 @@
 // Baseline format: 1.0
 ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#at(T, int):
-    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.at has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> to E (extends androidx.compose.animation.core.KeyframeBaseEntity<T>)
+    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.at has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T>
 ChangedType: androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig#atFraction(T, float):
-    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.atFraction has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T> to E (extends androidx.compose.animation.core.KeyframeBaseEntity<T>)
-
-
-DefaultValueChange: androidx.compose.animation.core.Animatable#animateDecay(T, androidx.compose.animation.core.DecayAnimationSpec<T>, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.Animatable<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super androidx.compose.animation.core.AnimationResult<T,V>>) parameter #3:
-    Attempted to remove default value from parameter arg4 in androidx.compose.animation.core.Animatable.animateDecay
-DefaultValueChange: androidx.compose.animation.core.Animatable#animateTo(T, androidx.compose.animation.core.AnimationSpec<T>, T, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.Animatable<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super androidx.compose.animation.core.AnimationResult<T,V>>) parameter #4:
-    Attempted to remove default value from parameter arg5 in androidx.compose.animation.core.Animatable.animateTo
-DefaultValueChange: androidx.compose.animation.core.SuspendAnimationKt#animateDecay(androidx.compose.animation.core.AnimationState<T,V>, androidx.compose.animation.core.DecayAnimationSpec<T>, boolean, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.AnimationScope<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #4:
-    Attempted to remove default value from parameter arg5 in androidx.compose.animation.core.SuspendAnimationKt.animateDecay
-DefaultValueChange: androidx.compose.animation.core.SuspendAnimationKt#animateTo(androidx.compose.animation.core.AnimationState<T,V>, T, androidx.compose.animation.core.AnimationSpec<T>, boolean, kotlin.jvm.functions.Function1<? super androidx.compose.animation.core.AnimationScope<T,V>,kotlin.Unit>, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #5:
-    Attempted to remove default value from parameter arg6 in androidx.compose.animation.core.SuspendAnimationKt.animateTo
+    Method androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig.atFraction has changed return type from androidx.compose.animation.core.KeyframesSpec.KeyframeEntity to androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<T>
diff --git a/compose/animation/animation/api/current.ignore b/compose/animation/animation/api/current.ignore
deleted file mode 100644
index 460e952..0000000
--- a/compose/animation/animation/api/current.ignore
+++ /dev/null
@@ -1,7 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.compose.animation.AnimatedContentTransitionScope#getKeepUntilTransitionsFinished(androidx.compose.animation.ExitTransition.Companion):
-    Added method androidx.compose.animation.AnimatedContentTransitionScope.getKeepUntilTransitionsFinished(androidx.compose.animation.ExitTransition.Companion)
-
-
-RemovedMethod: androidx.compose.animation.AnimatedContentTransitionScope#getHold(androidx.compose.animation.ExitTransition.Companion):
-    Removed method androidx.compose.animation.AnimatedContentTransitionScope.getHold(androidx.compose.animation.ExitTransition.Companion)
diff --git a/compose/animation/animation/api/restricted_current.ignore b/compose/animation/animation/api/restricted_current.ignore
deleted file mode 100644
index 460e952..0000000
--- a/compose/animation/animation/api/restricted_current.ignore
+++ /dev/null
@@ -1,7 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.compose.animation.AnimatedContentTransitionScope#getKeepUntilTransitionsFinished(androidx.compose.animation.ExitTransition.Companion):
-    Added method androidx.compose.animation.AnimatedContentTransitionScope.getKeepUntilTransitionsFinished(androidx.compose.animation.ExitTransition.Companion)
-
-
-RemovedMethod: androidx.compose.animation.AnimatedContentTransitionScope#getHold(androidx.compose.animation.ExitTransition.Companion):
-    Removed method androidx.compose.animation.AnimatedContentTransitionScope.getHold(androidx.compose.animation.ExitTransition.Companion)
diff --git a/compose/foundation/foundation-layout/api/current.ignore b/compose/foundation/foundation-layout/api/current.ignore
deleted file mode 100644
index 0092041..0000000
--- a/compose/foundation/foundation-layout/api/current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-RemovedMethod: androidx.compose.foundation.layout.WindowInsets_androidKt#getConsumeWindowInsets(androidx.compose.ui.platform.ComposeView):
-    Removed method androidx.compose.foundation.layout.WindowInsets_androidKt.getConsumeWindowInsets(androidx.compose.ui.platform.ComposeView)
-RemovedMethod: androidx.compose.foundation.layout.WindowInsets_androidKt#setConsumeWindowInsets(androidx.compose.ui.platform.ComposeView, boolean):
-    Removed method androidx.compose.foundation.layout.WindowInsets_androidKt.setConsumeWindowInsets(androidx.compose.ui.platform.ComposeView,boolean)
diff --git a/compose/foundation/foundation-layout/api/restricted_current.ignore b/compose/foundation/foundation-layout/api/restricted_current.ignore
deleted file mode 100644
index 0092041..0000000
--- a/compose/foundation/foundation-layout/api/restricted_current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-RemovedMethod: androidx.compose.foundation.layout.WindowInsets_androidKt#getConsumeWindowInsets(androidx.compose.ui.platform.ComposeView):
-    Removed method androidx.compose.foundation.layout.WindowInsets_androidKt.getConsumeWindowInsets(androidx.compose.ui.platform.ComposeView)
-RemovedMethod: androidx.compose.foundation.layout.WindowInsets_androidKt#setConsumeWindowInsets(androidx.compose.ui.platform.ComposeView, boolean):
-    Removed method androidx.compose.foundation.layout.WindowInsets_androidKt.setConsumeWindowInsets(androidx.compose.ui.platform.ComposeView,boolean)
diff --git a/compose/material/material/api/current.ignore b/compose/material/material/api/current.ignore
index e3b3000..fb345af 100644
--- a/compose/material/material/api/current.ignore
+++ b/compose/material/material/api/current.ignore
@@ -3,11 +3,5 @@
     Class androidx.compose.material.BackdropScaffoldState superclass changed from androidx.compose.material.SwipeableState to java.lang.Object
 
 
-ChangedType: androidx.compose.material.BackdropScaffoldState#getCurrentValue():
-    Method androidx.compose.material.BackdropScaffoldState.getCurrentValue has changed return type from T (extends java.lang.Object) to androidx.compose.material.BackdropValue
-ChangedType: androidx.compose.material.BackdropScaffoldState#getTargetValue():
-    Method androidx.compose.material.BackdropScaffoldState.getTargetValue has changed return type from T (extends java.lang.Object) to androidx.compose.material.BackdropValue
-
-
 ParameterNameChange: androidx.compose.material.BackdropScaffoldState#BackdropScaffoldState(androidx.compose.material.BackdropValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float>, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean>, androidx.compose.material.SnackbarHostState) parameter #2:
     Attempted to change parameter name from confirmStateChange to confirmValueChange in constructor androidx.compose.material.BackdropScaffoldState
diff --git a/compose/material/material/api/restricted_current.ignore b/compose/material/material/api/restricted_current.ignore
index e3b3000..fb345af 100644
--- a/compose/material/material/api/restricted_current.ignore
+++ b/compose/material/material/api/restricted_current.ignore
@@ -3,11 +3,5 @@
     Class androidx.compose.material.BackdropScaffoldState superclass changed from androidx.compose.material.SwipeableState to java.lang.Object
 
 
-ChangedType: androidx.compose.material.BackdropScaffoldState#getCurrentValue():
-    Method androidx.compose.material.BackdropScaffoldState.getCurrentValue has changed return type from T (extends java.lang.Object) to androidx.compose.material.BackdropValue
-ChangedType: androidx.compose.material.BackdropScaffoldState#getTargetValue():
-    Method androidx.compose.material.BackdropScaffoldState.getTargetValue has changed return type from T (extends java.lang.Object) to androidx.compose.material.BackdropValue
-
-
 ParameterNameChange: androidx.compose.material.BackdropScaffoldState#BackdropScaffoldState(androidx.compose.material.BackdropValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float>, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean>, androidx.compose.material.SnackbarHostState) parameter #2:
     Attempted to change parameter name from confirmStateChange to confirmValueChange in constructor androidx.compose.material.BackdropScaffoldState
diff --git a/compose/ui/ui-tooling/api/current.ignore b/compose/ui/ui-tooling/api/current.ignore
deleted file mode 100644
index 4f3e328..0000000
--- a/compose/ui/ui-tooling/api/current.ignore
+++ /dev/null
@@ -1,15 +0,0 @@
-// Baseline format: 1.0
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker:
-    Removed class androidx.compose.ui.tooling.ComposableInvoker from compatibility checked API surface
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker#INSTANCE:
-    Removed field androidx.compose.ui.tooling.ComposableInvoker.INSTANCE from compatibility checked API surface
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker#invokeComposable(String, String, androidx.compose.runtime.Composer, java.lang.Object...):
-    Removed method androidx.compose.ui.tooling.ComposableInvoker.invokeComposable(String,String,androidx.compose.runtime.Composer,java.lang.Object...) from compatibility checked API surface
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker#invokeComposable(String, String, androidx.compose.runtime.Composer, java.lang.Object...) parameter #0:
-    Removed parameter className in androidx.compose.ui.tooling.ComposableInvoker.invokeComposable(String className, String methodName, androidx.compose.runtime.Composer composer, java.lang.Object... args) from compatibility checked API surface
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker#invokeComposable(String, String, androidx.compose.runtime.Composer, java.lang.Object...) parameter #1:
-    Removed parameter methodName in androidx.compose.ui.tooling.ComposableInvoker.invokeComposable(String className, String methodName, androidx.compose.runtime.Composer composer, java.lang.Object... args) from compatibility checked API surface
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker#invokeComposable(String, String, androidx.compose.runtime.Composer, java.lang.Object...) parameter #2:
-    Removed parameter composer in androidx.compose.ui.tooling.ComposableInvoker.invokeComposable(String className, String methodName, androidx.compose.runtime.Composer composer, java.lang.Object... args) from compatibility checked API surface
-BecameUnchecked: androidx.compose.ui.tooling.ComposableInvoker#invokeComposable(String, String, androidx.compose.runtime.Composer, java.lang.Object...) parameter #3:
-    Removed parameter args in androidx.compose.ui.tooling.ComposableInvoker.invokeComposable(String className, String methodName, androidx.compose.runtime.Composer composer, java.lang.Object... args) from compatibility checked API surface
diff --git a/compose/ui/ui/api/current.ignore b/compose/ui/ui/api/current.ignore
index 3c0ee01..6d98574 100644
--- a/compose/ui/ui/api/current.ignore
+++ b/compose/ui/ui/api/current.ignore
@@ -1,8 +1,6 @@
 // Baseline format: 1.0
 RemovedClass: androidx.compose.ui.draganddrop.DragAndDropKt:
     Removed class androidx.compose.ui.draganddrop.DragAndDropKt
-RemovedClass: androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt:
-    Removed class androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt
 
 
 RemovedMethod: androidx.compose.ui.input.pointer.PointerEventKt#indexOfFirstPressed(int):
diff --git a/compose/ui/ui/api/restricted_current.ignore b/compose/ui/ui/api/restricted_current.ignore
index 3c0ee01..6d98574 100644
--- a/compose/ui/ui/api/restricted_current.ignore
+++ b/compose/ui/ui/api/restricted_current.ignore
@@ -1,8 +1,6 @@
 // Baseline format: 1.0
 RemovedClass: androidx.compose.ui.draganddrop.DragAndDropKt:
     Removed class androidx.compose.ui.draganddrop.DragAndDropKt
-RemovedClass: androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt:
-    Removed class androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt
 
 
 RemovedMethod: androidx.compose.ui.input.pointer.PointerEventKt#indexOfFirstPressed(int):
diff --git a/datastore/datastore-core/api/current.ignore b/datastore/datastore-core/api/current.ignore
deleted file mode 100644
index 9d477c1..0000000
--- a/datastore/datastore-core/api/current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.core.DataMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.core.DataMigration.migrate(T currentData, kotlin.coroutines.Continuation<? super T> arg2)
-InvalidNullConversion: androidx.datastore.core.DataMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.core.DataMigration.shouldMigrate(T currentData, kotlin.coroutines.Continuation<? super java.lang.Boolean> arg2)
-InvalidNullConversion: androidx.datastore.core.Serializer#writeTo(T, java.io.OutputStream, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter t in androidx.datastore.core.Serializer.writeTo(T t, java.io.OutputStream output, kotlin.coroutines.Continuation<? super kotlin.Unit> arg3)
-
-
-ParameterNameChange: androidx.datastore.core.DataMigration#cleanUp(kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #0:
-    Attempted to remove parameter name from parameter arg1 in androidx.datastore.core.DataMigration.cleanUp
-ParameterNameChange: androidx.datastore.core.DataMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.DataMigration.migrate
-ParameterNameChange: androidx.datastore.core.DataMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.DataMigration.shouldMigrate
-ParameterNameChange: androidx.datastore.core.DataStore#updateData(kotlin.jvm.functions.Function2<? super T,? super kotlin.coroutines.Continuation<? super T>,?>, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.DataStore.updateData
-ParameterNameChange: androidx.datastore.core.Serializer#readFrom(java.io.InputStream, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.Serializer.readFrom
-ParameterNameChange: androidx.datastore.core.Serializer#writeTo(T, java.io.OutputStream, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #2:
-    Attempted to remove parameter name from parameter arg3 in androidx.datastore.core.Serializer.writeTo
-ParameterNameChange: androidx.datastore.core.handlers.ReplaceFileCorruptionHandler#handleCorruption(androidx.datastore.core.CorruptionException, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.handlers.ReplaceFileCorruptionHandler.handleCorruption
diff --git a/datastore/datastore-core/api/restricted_current.ignore b/datastore/datastore-core/api/restricted_current.ignore
deleted file mode 100644
index 9d477c1..0000000
--- a/datastore/datastore-core/api/restricted_current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.core.DataMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.core.DataMigration.migrate(T currentData, kotlin.coroutines.Continuation<? super T> arg2)
-InvalidNullConversion: androidx.datastore.core.DataMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.core.DataMigration.shouldMigrate(T currentData, kotlin.coroutines.Continuation<? super java.lang.Boolean> arg2)
-InvalidNullConversion: androidx.datastore.core.Serializer#writeTo(T, java.io.OutputStream, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter t in androidx.datastore.core.Serializer.writeTo(T t, java.io.OutputStream output, kotlin.coroutines.Continuation<? super kotlin.Unit> arg3)
-
-
-ParameterNameChange: androidx.datastore.core.DataMigration#cleanUp(kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #0:
-    Attempted to remove parameter name from parameter arg1 in androidx.datastore.core.DataMigration.cleanUp
-ParameterNameChange: androidx.datastore.core.DataMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.DataMigration.migrate
-ParameterNameChange: androidx.datastore.core.DataMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.DataMigration.shouldMigrate
-ParameterNameChange: androidx.datastore.core.DataStore#updateData(kotlin.jvm.functions.Function2<? super T,? super kotlin.coroutines.Continuation<? super T>,?>, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.DataStore.updateData
-ParameterNameChange: androidx.datastore.core.Serializer#readFrom(java.io.InputStream, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.Serializer.readFrom
-ParameterNameChange: androidx.datastore.core.Serializer#writeTo(T, java.io.OutputStream, kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #2:
-    Attempted to remove parameter name from parameter arg3 in androidx.datastore.core.Serializer.writeTo
-ParameterNameChange: androidx.datastore.core.handlers.ReplaceFileCorruptionHandler#handleCorruption(androidx.datastore.core.CorruptionException, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.core.handlers.ReplaceFileCorruptionHandler.handleCorruption
diff --git a/datastore/datastore-preferences-core/api/current.ignore b/datastore/datastore-preferences-core/api/current.ignore
deleted file mode 100644
index dcd14f6..0000000
--- a/datastore/datastore-preferences-core/api/current.ignore
+++ /dev/null
@@ -1,9 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.preferences.core.MutablePreferences#set(androidx.datastore.preferences.core.Preferences.Key<T>, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter value in androidx.datastore.preferences.core.MutablePreferences.set(androidx.datastore.preferences.core.Preferences.Key<T> key, T value)
-InvalidNullConversion: androidx.datastore.preferences.core.Preferences.Key#to(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter value in androidx.datastore.preferences.core.Preferences.Key.to(T value)
-
-
-ParameterNameChange: androidx.datastore.preferences.core.PreferencesKt#edit(androidx.datastore.core.DataStore<androidx.datastore.preferences.core.Preferences>, kotlin.jvm.functions.Function2<? super androidx.datastore.preferences.core.MutablePreferences,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?>, kotlin.coroutines.Continuation<? super androidx.datastore.preferences.core.Preferences>) parameter #2:
-    Attempted to remove parameter name from parameter arg3 in androidx.datastore.preferences.core.PreferencesKt.edit
diff --git a/datastore/datastore-preferences-core/api/restricted_current.ignore b/datastore/datastore-preferences-core/api/restricted_current.ignore
deleted file mode 100644
index dcd14f6..0000000
--- a/datastore/datastore-preferences-core/api/restricted_current.ignore
+++ /dev/null
@@ -1,9 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.preferences.core.MutablePreferences#set(androidx.datastore.preferences.core.Preferences.Key<T>, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter value in androidx.datastore.preferences.core.MutablePreferences.set(androidx.datastore.preferences.core.Preferences.Key<T> key, T value)
-InvalidNullConversion: androidx.datastore.preferences.core.Preferences.Key#to(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter value in androidx.datastore.preferences.core.Preferences.Key.to(T value)
-
-
-ParameterNameChange: androidx.datastore.preferences.core.PreferencesKt#edit(androidx.datastore.core.DataStore<androidx.datastore.preferences.core.Preferences>, kotlin.jvm.functions.Function2<? super androidx.datastore.preferences.core.MutablePreferences,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,?>, kotlin.coroutines.Continuation<? super androidx.datastore.preferences.core.Preferences>) parameter #2:
-    Attempted to remove parameter name from parameter arg3 in androidx.datastore.preferences.core.PreferencesKt.edit
diff --git a/datastore/datastore-rxjava2/api/current.ignore b/datastore/datastore-rxjava2/api/current.ignore
deleted file mode 100644
index a36ad8f..0000000
--- a/datastore/datastore-rxjava2/api/current.ignore
+++ /dev/null
@@ -1,13 +0,0 @@
-// Baseline format: 1.0
-BecameUnchecked: androidx.datastore.rxjava2.RxDataStore#data():
-    Removed method androidx.datastore.rxjava2.RxDataStore.data() from compatibility checked API surface
-BecameUnchecked: androidx.datastore.rxjava2.RxDataStore#updateDataAsync(io.reactivex.functions.Function<T,io.reactivex.Single<T>>):
-    Removed method androidx.datastore.rxjava2.RxDataStore.updateDataAsync(io.reactivex.functions.Function<T,io.reactivex.Single<T>>) from compatibility checked API surface
-BecameUnchecked: androidx.datastore.rxjava2.RxDataStore#updateDataAsync(io.reactivex.functions.Function<T,io.reactivex.Single<T>>) parameter #0:
-    Removed parameter transform in androidx.datastore.rxjava2.RxDataStore.updateDataAsync(io.reactivex.functions.Function<T,io.reactivex.Single<T>> transform) from compatibility checked API surface
-
-
-InvalidNullConversion: androidx.datastore.rxjava2.RxSharedPreferencesMigration#migrate(androidx.datastore.migrations.SharedPreferencesView, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava2.RxSharedPreferencesMigration.migrate(androidx.datastore.migrations.SharedPreferencesView sharedPreferencesView, T currentData)
-InvalidNullConversion: androidx.datastore.rxjava2.RxSharedPreferencesMigration#shouldMigrate(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava2.RxSharedPreferencesMigration.shouldMigrate(T currentData)
diff --git a/datastore/datastore-rxjava2/api/restricted_current.ignore b/datastore/datastore-rxjava2/api/restricted_current.ignore
deleted file mode 100644
index 2b1768d..0000000
--- a/datastore/datastore-rxjava2/api/restricted_current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.rxjava2.RxSharedPreferencesMigration#migrate(androidx.datastore.migrations.SharedPreferencesView, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava2.RxSharedPreferencesMigration.migrate(androidx.datastore.migrations.SharedPreferencesView sharedPreferencesView, T currentData)
-InvalidNullConversion: androidx.datastore.rxjava2.RxSharedPreferencesMigration#shouldMigrate(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava2.RxSharedPreferencesMigration.shouldMigrate(T currentData)
diff --git a/datastore/datastore-rxjava3/api/current.ignore b/datastore/datastore-rxjava3/api/current.ignore
deleted file mode 100644
index e286357..0000000
--- a/datastore/datastore-rxjava3/api/current.ignore
+++ /dev/null
@@ -1,13 +0,0 @@
-// Baseline format: 1.0
-BecameUnchecked: androidx.datastore.rxjava3.RxDataStore#data():
-    Removed method androidx.datastore.rxjava3.RxDataStore.data() from compatibility checked API surface
-BecameUnchecked: androidx.datastore.rxjava3.RxDataStore#updateDataAsync(io.reactivex.rxjava3.functions.Function<T,io.reactivex.rxjava3.core.Single<T>>):
-    Removed method androidx.datastore.rxjava3.RxDataStore.updateDataAsync(io.reactivex.rxjava3.functions.Function<T,io.reactivex.rxjava3.core.Single<T>>) from compatibility checked API surface
-BecameUnchecked: androidx.datastore.rxjava3.RxDataStore#updateDataAsync(io.reactivex.rxjava3.functions.Function<T,io.reactivex.rxjava3.core.Single<T>>) parameter #0:
-    Removed parameter transform in androidx.datastore.rxjava3.RxDataStore.updateDataAsync(io.reactivex.rxjava3.functions.Function<T,io.reactivex.rxjava3.core.Single<T>> transform) from compatibility checked API surface
-
-
-InvalidNullConversion: androidx.datastore.rxjava3.RxSharedPreferencesMigration#migrate(androidx.datastore.migrations.SharedPreferencesView, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava3.RxSharedPreferencesMigration.migrate(androidx.datastore.migrations.SharedPreferencesView sharedPreferencesView, T currentData)
-InvalidNullConversion: androidx.datastore.rxjava3.RxSharedPreferencesMigration#shouldMigrate(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava3.RxSharedPreferencesMigration.shouldMigrate(T currentData)
diff --git a/datastore/datastore-rxjava3/api/restricted_current.ignore b/datastore/datastore-rxjava3/api/restricted_current.ignore
deleted file mode 100644
index 624856f..0000000
--- a/datastore/datastore-rxjava3/api/restricted_current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.rxjava3.RxSharedPreferencesMigration#migrate(androidx.datastore.migrations.SharedPreferencesView, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava3.RxSharedPreferencesMigration.migrate(androidx.datastore.migrations.SharedPreferencesView sharedPreferencesView, T currentData)
-InvalidNullConversion: androidx.datastore.rxjava3.RxSharedPreferencesMigration#shouldMigrate(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.rxjava3.RxSharedPreferencesMigration.shouldMigrate(T currentData)
diff --git a/datastore/datastore/api/current.ignore b/datastore/datastore/api/current.ignore
deleted file mode 100644
index a3186a11..0000000
--- a/datastore/datastore/api/current.ignore
+++ /dev/null
@@ -1,17 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.migrations.SharedPreferencesMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.migrations.SharedPreferencesMigration.migrate(T currentData, kotlin.coroutines.Continuation<? super T> arg2)
-InvalidNullConversion: androidx.datastore.migrations.SharedPreferencesMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.migrations.SharedPreferencesMigration.shouldMigrate(T currentData, kotlin.coroutines.Continuation<? super java.lang.Boolean> arg2)
-
-
-ParameterNameChange: androidx.datastore.migrations.SharedPreferencesMigration#cleanUp(kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #0:
-    Attempted to remove parameter name from parameter arg1 in androidx.datastore.migrations.SharedPreferencesMigration.cleanUp
-ParameterNameChange: androidx.datastore.migrations.SharedPreferencesMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.migrations.SharedPreferencesMigration.migrate
-ParameterNameChange: androidx.datastore.migrations.SharedPreferencesMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.migrations.SharedPreferencesMigration.shouldMigrate
-
-
-RemovedClass: androidx.datastore.migrations.SharedPreferencesMigrationKt:
-    Removed class androidx.datastore.migrations.SharedPreferencesMigrationKt
diff --git a/datastore/datastore/api/restricted_current.ignore b/datastore/datastore/api/restricted_current.ignore
deleted file mode 100644
index a3186a11..0000000
--- a/datastore/datastore/api/restricted_current.ignore
+++ /dev/null
@@ -1,17 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.datastore.migrations.SharedPreferencesMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.migrations.SharedPreferencesMigration.migrate(T currentData, kotlin.coroutines.Continuation<? super T> arg2)
-InvalidNullConversion: androidx.datastore.migrations.SharedPreferencesMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter currentData in androidx.datastore.migrations.SharedPreferencesMigration.shouldMigrate(T currentData, kotlin.coroutines.Continuation<? super java.lang.Boolean> arg2)
-
-
-ParameterNameChange: androidx.datastore.migrations.SharedPreferencesMigration#cleanUp(kotlin.coroutines.Continuation<? super kotlin.Unit>) parameter #0:
-    Attempted to remove parameter name from parameter arg1 in androidx.datastore.migrations.SharedPreferencesMigration.cleanUp
-ParameterNameChange: androidx.datastore.migrations.SharedPreferencesMigration#migrate(T, kotlin.coroutines.Continuation<? super T>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.migrations.SharedPreferencesMigration.migrate
-ParameterNameChange: androidx.datastore.migrations.SharedPreferencesMigration#shouldMigrate(T, kotlin.coroutines.Continuation<? super java.lang.Boolean>) parameter #1:
-    Attempted to remove parameter name from parameter arg2 in androidx.datastore.migrations.SharedPreferencesMigration.shouldMigrate
-
-
-RemovedClass: androidx.datastore.migrations.SharedPreferencesMigrationKt:
-    Removed class androidx.datastore.migrations.SharedPreferencesMigrationKt
diff --git a/fragment/fragment-ktx/api/current.ignore b/fragment/fragment-ktx/api/current.ignore
deleted file mode 100644
index fd7e670..0000000
--- a/fragment/fragment-ktx/api/current.ignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#activityViewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.activityViewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#activityViewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.viewmodel.CreationExtras>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.activityViewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#createViewModelLazy(androidx.fragment.app.Fragment, kotlin.reflect.KClass<VM>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelStore>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.createViewModelLazy has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#viewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelStoreOwner>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.viewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#viewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelStoreOwner>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.viewmodel.CreationExtras>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.viewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
diff --git a/fragment/fragment-ktx/api/restricted_current.ignore b/fragment/fragment-ktx/api/restricted_current.ignore
deleted file mode 100644
index fd7e670..0000000
--- a/fragment/fragment-ktx/api/restricted_current.ignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#activityViewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.activityViewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#activityViewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.viewmodel.CreationExtras>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.activityViewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#createViewModelLazy(androidx.fragment.app.Fragment, kotlin.reflect.KClass<VM>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelStore>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.createViewModelLazy has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#viewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelStoreOwner>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.viewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
-ChangedType: androidx.fragment.app.FragmentViewModelLazyKt#viewModels(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelStoreOwner>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.viewmodel.CreationExtras>, kotlin.jvm.functions.Function0<? extends androidx.lifecycle.ViewModelProvider.Factory>):
-    Method androidx.fragment.app.FragmentViewModelLazyKt.viewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
diff --git a/graphics/graphics-core/api/current.ignore b/graphics/graphics-core/api/current.ignore
deleted file mode 100644
index d2d6395..0000000
--- a/graphics/graphics-core/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.graphics.CanvasBufferedRenderer#releaseBuffer(android.hardware.HardwareBuffer):
-    Added method androidx.graphics.CanvasBufferedRenderer.releaseBuffer(android.hardware.HardwareBuffer)
diff --git a/graphics/graphics-core/api/restricted_current.ignore b/graphics/graphics-core/api/restricted_current.ignore
deleted file mode 100644
index d2d6395..0000000
--- a/graphics/graphics-core/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.graphics.CanvasBufferedRenderer#releaseBuffer(android.hardware.HardwareBuffer):
-    Added method androidx.graphics.CanvasBufferedRenderer.releaseBuffer(android.hardware.HardwareBuffer)
diff --git a/hilt/hilt-navigation-compose/api/current.ignore b/hilt/hilt-navigation-compose/api/current.ignore
deleted file mode 100644
index 03563c5..0000000
--- a/hilt/hilt-navigation-compose/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedMethod: androidx.hilt.navigation.compose.HiltViewModelKt#hiltViewModel(androidx.lifecycle.ViewModelStoreOwner):
-    Removed method androidx.hilt.navigation.compose.HiltViewModelKt.hiltViewModel(androidx.lifecycle.ViewModelStoreOwner)
diff --git a/hilt/hilt-navigation-compose/api/restricted_current.ignore b/hilt/hilt-navigation-compose/api/restricted_current.ignore
deleted file mode 100644
index 03563c5..0000000
--- a/hilt/hilt-navigation-compose/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedMethod: androidx.hilt.navigation.compose.HiltViewModelKt#hiltViewModel(androidx.lifecycle.ViewModelStoreOwner):
-    Removed method androidx.hilt.navigation.compose.HiltViewModelKt.hiltViewModel(androidx.lifecycle.ViewModelStoreOwner)
diff --git a/hilt/hilt-navigation-fragment/api/current.ignore b/hilt/hilt-navigation-fragment/api/current.ignore
deleted file mode 100644
index 1d9ae1f..0000000
--- a/hilt/hilt-navigation-fragment/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.hilt.navigation.fragment.HiltNavGraphViewModelLazyKt#hiltNavGraphViewModels(androidx.fragment.app.Fragment, int):
-    Method androidx.hilt.navigation.fragment.HiltNavGraphViewModelLazyKt.hiltNavGraphViewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
diff --git a/hilt/hilt-navigation-fragment/api/restricted_current.ignore b/hilt/hilt-navigation-fragment/api/restricted_current.ignore
deleted file mode 100644
index 1d9ae1f..0000000
--- a/hilt/hilt-navigation-fragment/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.hilt.navigation.fragment.HiltNavGraphViewModelLazyKt#hiltNavGraphViewModels(androidx.fragment.app.Fragment, int):
-    Method androidx.hilt.navigation.fragment.HiltNavGraphViewModelLazyKt.hiltNavGraphViewModels has changed return type from kotlin.Lazy<? extends VM> to kotlin.Lazy<VM>
diff --git a/leanback/leanback/api/current.ignore b/leanback/leanback/api/current.ignore
deleted file mode 100644
index bd85f68..0000000
--- a/leanback/leanback/api/current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-RemovedClass: androidx.leanback.widget.BaseGridView:
-    Removed class androidx.leanback.widget.BaseGridView
-RemovedClass: androidx.leanback.widget.HorizontalGridView:
-    Removed class androidx.leanback.widget.HorizontalGridView
-RemovedClass: androidx.leanback.widget.ItemAlignmentFacet:
-    Removed class androidx.leanback.widget.ItemAlignmentFacet
-RemovedClass: androidx.leanback.widget.OnChildViewHolderSelectedListener:
-    Removed class androidx.leanback.widget.OnChildViewHolderSelectedListener
-RemovedClass: androidx.leanback.widget.VerticalGridView:
-    Removed class androidx.leanback.widget.VerticalGridView
-
-
-RemovedInterface: androidx.leanback.widget.FacetProvider:
-    Removed class androidx.leanback.widget.FacetProvider
-RemovedInterface: androidx.leanback.widget.FacetProviderAdapter:
-    Removed class androidx.leanback.widget.FacetProviderAdapter
-RemovedInterface: androidx.leanback.widget.OnChildLaidOutListener:
-    Removed class androidx.leanback.widget.OnChildLaidOutListener
-RemovedInterface: androidx.leanback.widget.OnChildSelectedListener:
-    Removed deprecated class androidx.leanback.widget.OnChildSelectedListener
-RemovedInterface: androidx.leanback.widget.ViewHolderTask:
-    Removed class androidx.leanback.widget.ViewHolderTask
diff --git a/leanback/leanback/api/restricted_current.ignore b/leanback/leanback/api/restricted_current.ignore
deleted file mode 100644
index 3295f54..0000000
--- a/leanback/leanback/api/restricted_current.ignore
+++ /dev/null
@@ -1,25 +0,0 @@
-// Baseline format: 1.0
-RemovedClass: androidx.leanback.widget.BaseGridView:
-    Removed class androidx.leanback.widget.BaseGridView
-RemovedClass: androidx.leanback.widget.HorizontalGridView:
-    Removed class androidx.leanback.widget.HorizontalGridView
-RemovedClass: androidx.leanback.widget.ItemAlignmentFacet:
-    Removed class androidx.leanback.widget.ItemAlignmentFacet
-RemovedClass: androidx.leanback.widget.OnChildViewHolderSelectedListener:
-    Removed class androidx.leanback.widget.OnChildViewHolderSelectedListener
-RemovedClass: androidx.leanback.widget.VerticalGridView:
-    Removed class androidx.leanback.widget.VerticalGridView
-RemovedClass: androidx.leanback.widget.Visibility:
-    Removed class androidx.leanback.widget.Visibility
-
-
-RemovedInterface: androidx.leanback.widget.FacetProvider:
-    Removed class androidx.leanback.widget.FacetProvider
-RemovedInterface: androidx.leanback.widget.FacetProviderAdapter:
-    Removed class androidx.leanback.widget.FacetProviderAdapter
-RemovedInterface: androidx.leanback.widget.OnChildLaidOutListener:
-    Removed class androidx.leanback.widget.OnChildLaidOutListener
-RemovedInterface: androidx.leanback.widget.OnChildSelectedListener:
-    Removed deprecated class androidx.leanback.widget.OnChildSelectedListener
-RemovedInterface: androidx.leanback.widget.ViewHolderTask:
-    Removed class androidx.leanback.widget.ViewHolderTask
diff --git a/lifecycle/lifecycle-common/api/current.ignore b/lifecycle/lifecycle-common/api/current.ignore
deleted file mode 100644
index 2cde2c0..0000000
--- a/lifecycle/lifecycle-common/api/current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-ParameterNameChange: androidx.lifecycle.Lifecycle.Event#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.lifecycle.Lifecycle.Event.valueOf
-ParameterNameChange: androidx.lifecycle.Lifecycle.State#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.lifecycle.Lifecycle.State.valueOf
diff --git a/lifecycle/lifecycle-common/api/restricted_current.ignore b/lifecycle/lifecycle-common/api/restricted_current.ignore
deleted file mode 100644
index 2cde2c0..0000000
--- a/lifecycle/lifecycle-common/api/restricted_current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-ParameterNameChange: androidx.lifecycle.Lifecycle.Event#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.lifecycle.Lifecycle.Event.valueOf
-ParameterNameChange: androidx.lifecycle.Lifecycle.State#valueOf(String) parameter #0:
-    Attempted to change parameter name from name to value in method androidx.lifecycle.Lifecycle.State.valueOf
diff --git a/lifecycle/lifecycle-livedata-core/api/current.ignore b/lifecycle/lifecycle-livedata-core/api/current.ignore
deleted file mode 100644
index 723ad63..0000000
--- a/lifecycle/lifecycle-livedata-core/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.lifecycle.Observer#onChanged(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter value in androidx.lifecycle.Observer.onChanged(T value)
diff --git a/lifecycle/lifecycle-livedata-core/api/restricted_current.ignore b/lifecycle/lifecycle-livedata-core/api/restricted_current.ignore
deleted file mode 100644
index 723ad63..0000000
--- a/lifecycle/lifecycle-livedata-core/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.lifecycle.Observer#onChanged(T) parameter #0:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter value in androidx.lifecycle.Observer.onChanged(T value)
diff --git a/lifecycle/lifecycle-livedata-ktx/api/current.ignore b/lifecycle/lifecycle-livedata-ktx/api/current.ignore
deleted file mode 100644
index 01ef7e3..0000000
--- a/lifecycle/lifecycle-livedata-ktx/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedPackage: androidx.lifecycle:
-    Removed package androidx.lifecycle
diff --git a/lifecycle/lifecycle-livedata-ktx/api/restricted_current.ignore b/lifecycle/lifecycle-livedata-ktx/api/restricted_current.ignore
deleted file mode 100644
index 01ef7e3..0000000
--- a/lifecycle/lifecycle-livedata-ktx/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedPackage: androidx.lifecycle:
-    Removed package androidx.lifecycle
diff --git a/lifecycle/lifecycle-viewmodel-savedstate/api/current.ignore b/lifecycle/lifecycle-viewmodel-savedstate/api/current.ignore
deleted file mode 100644
index 41a6e11..0000000
--- a/lifecycle/lifecycle-viewmodel-savedstate/api/current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.lifecycle.SavedStateHandle#getLiveData(String, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter initialValue in androidx.lifecycle.SavedStateHandle.getLiveData(String key, T initialValue)
-InvalidNullConversion: androidx.lifecycle.SavedStateHandle#getStateFlow(String, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter initialValue in androidx.lifecycle.SavedStateHandle.getStateFlow(String key, T initialValue)
diff --git a/lifecycle/lifecycle-viewmodel-savedstate/api/restricted_current.ignore b/lifecycle/lifecycle-viewmodel-savedstate/api/restricted_current.ignore
deleted file mode 100644
index 41a6e11..0000000
--- a/lifecycle/lifecycle-viewmodel-savedstate/api/restricted_current.ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.lifecycle.SavedStateHandle#getLiveData(String, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter initialValue in androidx.lifecycle.SavedStateHandle.getLiveData(String key, T initialValue)
-InvalidNullConversion: androidx.lifecycle.SavedStateHandle#getStateFlow(String, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter initialValue in androidx.lifecycle.SavedStateHandle.getStateFlow(String key, T initialValue)
diff --git a/lifecycle/lifecycle-viewmodel/api/current.ignore b/lifecycle/lifecycle-viewmodel/api/current.ignore
deleted file mode 100644
index 68d0b3a..0000000
--- a/lifecycle/lifecycle-viewmodel/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.lifecycle.viewmodel.MutableCreationExtras#set(androidx.lifecycle.viewmodel.CreationExtras.Key<T>, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter t in androidx.lifecycle.viewmodel.MutableCreationExtras.set(androidx.lifecycle.viewmodel.CreationExtras.Key<T> key, T t)
diff --git a/lifecycle/lifecycle-viewmodel/api/restricted_current.ignore b/lifecycle/lifecycle-viewmodel/api/restricted_current.ignore
deleted file mode 100644
index 68d0b3a..0000000
--- a/lifecycle/lifecycle-viewmodel/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-InvalidNullConversion: androidx.lifecycle.viewmodel.MutableCreationExtras#set(androidx.lifecycle.viewmodel.CreationExtras.Key<T>, T) parameter #1:
-    Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter t in androidx.lifecycle.viewmodel.MutableCreationExtras.set(androidx.lifecycle.viewmodel.CreationExtras.Key<T> key, T t)
diff --git a/navigation/navigation-common/api/current.ignore b/navigation/navigation-common/api/current.ignore
index b244952..db54ad9 100644
--- a/navigation/navigation-common/api/current.ignore
+++ b/navigation/navigation-common/api/current.ignore
@@ -1,3 +1,3 @@
 // Baseline format: 1.0
 ChangedType: androidx.navigation.NavDestination.ClassType#value():
-    Method androidx.navigation.NavDestination.ClassType.value has changed return type from kotlin.reflect.KClass<?> to Class<?>
+    Method androidx.navigation.NavDestination.ClassType.value has changed return type from kotlin.reflect.KClass<?> to java.lang.Class<?>
diff --git a/navigation/navigation-common/api/restricted_current.ignore b/navigation/navigation-common/api/restricted_current.ignore
index b244952..db54ad9 100644
--- a/navigation/navigation-common/api/restricted_current.ignore
+++ b/navigation/navigation-common/api/restricted_current.ignore
@@ -1,3 +1,3 @@
 // Baseline format: 1.0
 ChangedType: androidx.navigation.NavDestination.ClassType#value():
-    Method androidx.navigation.NavDestination.ClassType.value has changed return type from kotlin.reflect.KClass<?> to Class<?>
+    Method androidx.navigation.NavDestination.ClassType.value has changed return type from kotlin.reflect.KClass<?> to java.lang.Class<?>
diff --git a/privacysandbox/ads/ads-adservices/api/current.ignore b/privacysandbox/ads/ads-adservices/api/current.ignore
deleted file mode 100644
index 05e0309..0000000
--- a/privacysandbox/ads/ads-adservices/api/current.ignore
+++ /dev/null
@@ -1,18 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest#shouldRecordObservation():
-    Added method androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest.shouldRecordObservation()
-
-
-RemovedMethod: androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest#getShouldRecordObservation():
-    Removed method androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest.getShouldRecordObservation()
-
-
-AddedMethod: androidx.privacysandbox.ads.adservices.common.AdData#getAdCounterKeys():
-    Added method androidx.privacysandbox.ads.adservices.common.AdData.getAdCounterKeys()
-AddedMethod: androidx.privacysandbox.ads.adservices.common.AdData#getAdFilters():
-    Added method androidx.privacysandbox.ads.adservices.common.AdData.getAdFilters()
-AddedMethod: androidx.privacysandbox.ads.adservices.common.AdData#getAdRenderId():
-    Added method androidx.privacysandbox.ads.adservices.common.AdData.getAdRenderId()
-
-AddedField: androidx.privacysandbox.ads.adservices.adselection.AdSelectionOutcome#Companion:
-    Added field androidx.privacysandbox.ads.adservices.adselection.AdSelectionOutcome.Companion
diff --git a/privacysandbox/ads/ads-adservices/api/restricted_current.ignore b/privacysandbox/ads/ads-adservices/api/restricted_current.ignore
deleted file mode 100644
index 05e0309..0000000
--- a/privacysandbox/ads/ads-adservices/api/restricted_current.ignore
+++ /dev/null
@@ -1,18 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest#shouldRecordObservation():
-    Added method androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest.shouldRecordObservation()
-
-
-RemovedMethod: androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest#getShouldRecordObservation():
-    Removed method androidx.privacysandbox.ads.adservices.topics.GetTopicsRequest.getShouldRecordObservation()
-
-
-AddedMethod: androidx.privacysandbox.ads.adservices.common.AdData#getAdCounterKeys():
-    Added method androidx.privacysandbox.ads.adservices.common.AdData.getAdCounterKeys()
-AddedMethod: androidx.privacysandbox.ads.adservices.common.AdData#getAdFilters():
-    Added method androidx.privacysandbox.ads.adservices.common.AdData.getAdFilters()
-AddedMethod: androidx.privacysandbox.ads.adservices.common.AdData#getAdRenderId():
-    Added method androidx.privacysandbox.ads.adservices.common.AdData.getAdRenderId()
-
-AddedField: androidx.privacysandbox.ads.adservices.adselection.AdSelectionOutcome#Companion:
-    Added field androidx.privacysandbox.ads.adservices.adselection.AdSelectionOutcome.Companion
diff --git a/room/room-common/api/current.ignore b/room/room-common/api/current.ignore
deleted file mode 100644
index 59bc8f7..0000000
--- a/room/room-common/api/current.ignore
+++ /dev/null
@@ -1,27 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.room.AutoMigration#spec():
-    Method androidx.room.AutoMigration.spec has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Database#entities():
-    Method androidx.room.Database.entities has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Database#views():
-    Method androidx.room.Database.views has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Delete#entity():
-    Method androidx.room.Delete.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.ForeignKey#entity():
-    Method androidx.room.ForeignKey.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Fts4#contentEntity():
-    Method androidx.room.Fts4.contentEntity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Insert#entity():
-    Method androidx.room.Insert.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Junction#value():
-    Method androidx.room.Junction.value has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.RawQuery#observedEntities():
-    Method androidx.room.RawQuery.observedEntities has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Relation#entity():
-    Method androidx.room.Relation.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.TypeConverters#value():
-    Method androidx.room.TypeConverters.value has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Update#entity():
-    Method androidx.room.Update.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Upsert#entity():
-    Method androidx.room.Upsert.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
diff --git a/room/room-common/api/restricted_current.ignore b/room/room-common/api/restricted_current.ignore
deleted file mode 100644
index 59bc8f7..0000000
--- a/room/room-common/api/restricted_current.ignore
+++ /dev/null
@@ -1,27 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.room.AutoMigration#spec():
-    Method androidx.room.AutoMigration.spec has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Database#entities():
-    Method androidx.room.Database.entities has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Database#views():
-    Method androidx.room.Database.views has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Delete#entity():
-    Method androidx.room.Delete.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.ForeignKey#entity():
-    Method androidx.room.ForeignKey.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Fts4#contentEntity():
-    Method androidx.room.Fts4.contentEntity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Insert#entity():
-    Method androidx.room.Insert.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Junction#value():
-    Method androidx.room.Junction.value has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.RawQuery#observedEntities():
-    Method androidx.room.RawQuery.observedEntities has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Relation#entity():
-    Method androidx.room.Relation.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.TypeConverters#value():
-    Method androidx.room.TypeConverters.value has changed return type from kotlin.reflect.KClass<?>[] to Class<?>[]
-ChangedType: androidx.room.Update#entity():
-    Method androidx.room.Update.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
-ChangedType: androidx.room.Upsert#entity():
-    Method androidx.room.Upsert.entity has changed return type from kotlin.reflect.KClass<?> to Class<?>
diff --git a/test/uiautomator/uiautomator/api/current.ignore b/test/uiautomator/uiautomator/api/current.ignore
deleted file mode 100644
index 3d43de2..0000000
--- a/test/uiautomator/uiautomator/api/current.ignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginPercentage(float):
-    Added method androidx.test.uiautomator.UiObject2.setGestureMarginPercentage(float)
-AddedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginsPercentage(float, float, float, float):
-    Added method androidx.test.uiautomator.UiObject2.setGestureMarginsPercentage(float,float,float,float)
-
-
-RemovedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginPercent(float):
-    Removed method androidx.test.uiautomator.UiObject2.setGestureMarginPercent(float)
-RemovedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginPercent(float, float, float, float):
-    Removed method androidx.test.uiautomator.UiObject2.setGestureMarginPercent(float,float,float,float)
diff --git a/test/uiautomator/uiautomator/api/restricted_current.ignore b/test/uiautomator/uiautomator/api/restricted_current.ignore
deleted file mode 100644
index 3d43de2..0000000
--- a/test/uiautomator/uiautomator/api/restricted_current.ignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginPercentage(float):
-    Added method androidx.test.uiautomator.UiObject2.setGestureMarginPercentage(float)
-AddedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginsPercentage(float, float, float, float):
-    Added method androidx.test.uiautomator.UiObject2.setGestureMarginsPercentage(float,float,float,float)
-
-
-RemovedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginPercent(float):
-    Removed method androidx.test.uiautomator.UiObject2.setGestureMarginPercent(float)
-RemovedMethod: androidx.test.uiautomator.UiObject2#setGestureMarginPercent(float, float, float, float):
-    Removed method androidx.test.uiautomator.UiObject2.setGestureMarginPercent(float,float,float,float)
diff --git a/transition/transition/api/restricted_current.ignore b/transition/transition/api/restricted_current.ignore
deleted file mode 100644
index 51635f9..0000000
--- a/transition/transition/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedMethod: androidx.transition.Transition#createAnimators(android.view.ViewGroup, androidx.transition.TransitionValuesMaps, androidx.transition.TransitionValuesMaps, java.util.ArrayList<androidx.transition.TransitionValues>, java.util.ArrayList<androidx.transition.TransitionValues>):
-    Removed method androidx.transition.Transition.createAnimators(android.view.ViewGroup,androidx.transition.TransitionValuesMaps,androidx.transition.TransitionValuesMaps,java.util.ArrayList<androidx.transition.TransitionValues>,java.util.ArrayList<androidx.transition.TransitionValues>)
diff --git a/versionedparcelable/versionedparcelable/api/restricted_current.ignore b/versionedparcelable/versionedparcelable/api/restricted_current.ignore
deleted file mode 100644
index 331211f..0000000
--- a/versionedparcelable/versionedparcelable/api/restricted_current.ignore
+++ /dev/null
@@ -1,15 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.versionedparcelable.VersionedParcelize#factory():
-    Method androidx.versionedparcelable.VersionedParcelize.factory has changed return type from Class to Class<?>
-
-
-RemovedField: androidx.versionedparcelable.VersionedParcel#mParcelizerCache:
-    Removed field androidx.versionedparcelable.VersionedParcel.mParcelizerCache
-RemovedField: androidx.versionedparcelable.VersionedParcel#mReadCache:
-    Removed field androidx.versionedparcelable.VersionedParcel.mReadCache
-RemovedField: androidx.versionedparcelable.VersionedParcel#mWriteCache:
-    Removed field androidx.versionedparcelable.VersionedParcel.mWriteCache
-
-
-RemovedMethod: androidx.versionedparcelable.VersionedParcel#VersionedParcel(androidx.collection.ArrayMap<java.lang.String,java.lang.reflect.Method>, androidx.collection.ArrayMap<java.lang.String,java.lang.reflect.Method>, androidx.collection.ArrayMap<java.lang.String,java.lang.Class>):
-    Removed constructor androidx.versionedparcelable.VersionedParcel(androidx.collection.ArrayMap<java.lang.String,java.lang.reflect.Method>,androidx.collection.ArrayMap<java.lang.String,java.lang.reflect.Method>,androidx.collection.ArrayMap<java.lang.String,java.lang.Class>)
diff --git a/wear/tiles/tiles/api/current.ignore b/wear/tiles/tiles/api/current.ignore
index 81357e9..4a67fcb 100644
--- a/wear/tiles/tiles/api/current.ignore
+++ b/wear/tiles/tiles/api/current.ignore
@@ -1,7 +1,3 @@
 // Baseline format: 1.0
-AddedMethod: androidx.wear.tiles.TileService#getActiveTilesAsync(android.content.Context, java.util.concurrent.Executor):
-    Added method androidx.wear.tiles.TileService.getActiveTilesAsync(android.content.Context,java.util.concurrent.Executor)
-
-
 RemovedMethod: androidx.wear.tiles.TileService#getActiveTilesSnapshotAsync(android.content.Context, java.util.concurrent.Executor):
     Removed method androidx.wear.tiles.TileService.getActiveTilesSnapshotAsync(android.content.Context,java.util.concurrent.Executor)
diff --git a/wear/tiles/tiles/api/restricted_current.ignore b/wear/tiles/tiles/api/restricted_current.ignore
index 81357e9..4a67fcb 100644
--- a/wear/tiles/tiles/api/restricted_current.ignore
+++ b/wear/tiles/tiles/api/restricted_current.ignore
@@ -1,7 +1,3 @@
 // Baseline format: 1.0
-AddedMethod: androidx.wear.tiles.TileService#getActiveTilesAsync(android.content.Context, java.util.concurrent.Executor):
-    Added method androidx.wear.tiles.TileService.getActiveTilesAsync(android.content.Context,java.util.concurrent.Executor)
-
-
 RemovedMethod: androidx.wear.tiles.TileService#getActiveTilesSnapshotAsync(android.content.Context, java.util.concurrent.Executor):
     Removed method androidx.wear.tiles.TileService.getActiveTilesSnapshotAsync(android.content.Context,java.util.concurrent.Executor)
diff --git a/wear/watchface/watchface-client/api/current.ignore b/wear/watchface/watchface-client/api/current.ignore
deleted file mode 100644
index dcb0c59..0000000
--- a/wear/watchface/watchface-client/api/current.ignore
+++ /dev/null
@@ -1,19 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.client.DeviceConfig#hasBurnInProtection():
-    Added method androidx.wear.watchface.client.DeviceConfig.hasBurnInProtection()
-AddedMethod: androidx.wear.watchface.client.DeviceConfig#hasLowBitAmbient():
-    Added method androidx.wear.watchface.client.DeviceConfig.hasLowBitAmbient()
-AddedMethod: androidx.wear.watchface.client.EditorState#shouldCommitChanges():
-    Added method androidx.wear.watchface.client.EditorState.shouldCommitChanges()
-AddedMethod: androidx.wear.watchface.client.WatchUiState#inAmbientMode():
-    Added method androidx.wear.watchface.client.WatchUiState.inAmbientMode()
-
-
-RemovedMethod: androidx.wear.watchface.client.DeviceConfig#getHasBurnInProtection():
-    Removed method androidx.wear.watchface.client.DeviceConfig.getHasBurnInProtection()
-RemovedMethod: androidx.wear.watchface.client.DeviceConfig#getHasLowBitAmbient():
-    Removed method androidx.wear.watchface.client.DeviceConfig.getHasLowBitAmbient()
-RemovedMethod: androidx.wear.watchface.client.EditorState#getShouldCommitChanges():
-    Removed method androidx.wear.watchface.client.EditorState.getShouldCommitChanges()
-RemovedMethod: androidx.wear.watchface.client.WatchUiState#getInAmbientMode():
-    Removed method androidx.wear.watchface.client.WatchUiState.getInAmbientMode()
diff --git a/wear/watchface/watchface-client/api/restricted_current.ignore b/wear/watchface/watchface-client/api/restricted_current.ignore
deleted file mode 100644
index dcb0c59..0000000
--- a/wear/watchface/watchface-client/api/restricted_current.ignore
+++ /dev/null
@@ -1,19 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.client.DeviceConfig#hasBurnInProtection():
-    Added method androidx.wear.watchface.client.DeviceConfig.hasBurnInProtection()
-AddedMethod: androidx.wear.watchface.client.DeviceConfig#hasLowBitAmbient():
-    Added method androidx.wear.watchface.client.DeviceConfig.hasLowBitAmbient()
-AddedMethod: androidx.wear.watchface.client.EditorState#shouldCommitChanges():
-    Added method androidx.wear.watchface.client.EditorState.shouldCommitChanges()
-AddedMethod: androidx.wear.watchface.client.WatchUiState#inAmbientMode():
-    Added method androidx.wear.watchface.client.WatchUiState.inAmbientMode()
-
-
-RemovedMethod: androidx.wear.watchface.client.DeviceConfig#getHasBurnInProtection():
-    Removed method androidx.wear.watchface.client.DeviceConfig.getHasBurnInProtection()
-RemovedMethod: androidx.wear.watchface.client.DeviceConfig#getHasLowBitAmbient():
-    Removed method androidx.wear.watchface.client.DeviceConfig.getHasLowBitAmbient()
-RemovedMethod: androidx.wear.watchface.client.EditorState#getShouldCommitChanges():
-    Removed method androidx.wear.watchface.client.EditorState.getShouldCommitChanges()
-RemovedMethod: androidx.wear.watchface.client.WatchUiState#getInAmbientMode():
-    Removed method androidx.wear.watchface.client.WatchUiState.getInAmbientMode()
diff --git a/wear/watchface/watchface-complications-data/api/current.ignore b/wear/watchface/watchface-complications-data/api/current.ignore
index fb686a5..29e8c5f 100644
--- a/wear/watchface/watchface-complications-data/api/current.ignore
+++ b/wear/watchface/watchface-complications-data/api/current.ignore
@@ -1,8 +1,4 @@
 // Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.complications.data.ColorRamp#isInterpolated():
-    Added method androidx.wear.watchface.complications.data.ColorRamp.isInterpolated()
-
-
 ChangedType: androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder#setDataSource(android.content.ComponentName):
     Method androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder.setDataSource has changed return type from java.lang.BuilderT to androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder
 ChangedType: androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder#setDisplayPolicy(int):
@@ -59,8 +55,6 @@
     Method androidx.wear.watchface.complications.data.WeightedElementsComplicationData.Builder.setPersistencePolicy has changed return type from java.lang.BuilderT to androidx.wear.watchface.complications.data.WeightedElementsComplicationData.Builder
 
 
-RemovedMethod: androidx.wear.watchface.complications.data.ColorRamp#getInterpolated():
-    Removed method androidx.wear.watchface.complications.data.ColorRamp.getInterpolated()
 RemovedMethod: androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder#setDynamicValueInvalidationFallback(BuiltT):
     Removed method androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder.setDynamicValueInvalidationFallback(BuiltT)
 RemovedMethod: androidx.wear.watchface.complications.data.LongTextComplicationData.Builder#setDynamicValueInvalidationFallback(BuiltT):
diff --git a/wear/watchface/watchface-complications-data/api/restricted_current.ignore b/wear/watchface/watchface-complications-data/api/restricted_current.ignore
index fb686a5..29e8c5f 100644
--- a/wear/watchface/watchface-complications-data/api/restricted_current.ignore
+++ b/wear/watchface/watchface-complications-data/api/restricted_current.ignore
@@ -1,8 +1,4 @@
 // Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.complications.data.ColorRamp#isInterpolated():
-    Added method androidx.wear.watchface.complications.data.ColorRamp.isInterpolated()
-
-
 ChangedType: androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder#setDataSource(android.content.ComponentName):
     Method androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder.setDataSource has changed return type from java.lang.BuilderT to androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder
 ChangedType: androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder#setDisplayPolicy(int):
@@ -59,8 +55,6 @@
     Method androidx.wear.watchface.complications.data.WeightedElementsComplicationData.Builder.setPersistencePolicy has changed return type from java.lang.BuilderT to androidx.wear.watchface.complications.data.WeightedElementsComplicationData.Builder
 
 
-RemovedMethod: androidx.wear.watchface.complications.data.ColorRamp#getInterpolated():
-    Removed method androidx.wear.watchface.complications.data.ColorRamp.getInterpolated()
 RemovedMethod: androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder#setDynamicValueInvalidationFallback(BuiltT):
     Removed method androidx.wear.watchface.complications.data.GoalProgressComplicationData.Builder.setDynamicValueInvalidationFallback(BuiltT)
 RemovedMethod: androidx.wear.watchface.complications.data.LongTextComplicationData.Builder#setDynamicValueInvalidationFallback(BuiltT):
diff --git a/wear/watchface/watchface-style/api/current.ignore b/wear/watchface/watchface-style/api/current.ignore
deleted file mode 100644
index 116179c..0000000
--- a/wear/watchface/watchface-style/api/current.ignore
+++ /dev/null
@@ -1,7 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay#isEnabled():
-    Added method androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay.isEnabled()
-
-
-RemovedMethod: androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay#getEnabled():
-    Removed method androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay.getEnabled()
diff --git a/wear/watchface/watchface-style/api/restricted_current.ignore b/wear/watchface/watchface-style/api/restricted_current.ignore
deleted file mode 100644
index 116179c..0000000
--- a/wear/watchface/watchface-style/api/restricted_current.ignore
+++ /dev/null
@@ -1,7 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay#isEnabled():
-    Added method androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay.isEnabled()
-
-
-RemovedMethod: androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay#getEnabled():
-    Removed method androidx.wear.watchface.style.UserStyleSetting.ComplicationSlotsUserStyleSetting.ComplicationSlotOverlay.getEnabled()
diff --git a/wear/watchface/watchface/api/current.ignore b/wear/watchface/watchface/api/current.ignore
deleted file mode 100644
index 79a4c016..0000000
--- a/wear/watchface/watchface/api/current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.ComplicationSlot#isFixedComplicationDataSource():
-    Added method androidx.wear.watchface.ComplicationSlot.isFixedComplicationDataSource()
-AddedMethod: androidx.wear.watchface.ComplicationSlot#isInitiallyEnabled():
-    Added method androidx.wear.watchface.ComplicationSlot.isInitiallyEnabled()
-AddedMethod: androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle#isTapEventsAccepted():
-    Added method androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle.isTapEventsAccepted()
-AddedMethod: androidx.wear.watchface.WatchState#hasBurnInProtection():
-    Added method androidx.wear.watchface.WatchState.hasBurnInProtection()
-AddedMethod: androidx.wear.watchface.WatchState#hasLowBitAmbient():
-    Added method androidx.wear.watchface.WatchState.hasLowBitAmbient()
-
-
-RemovedMethod: androidx.wear.watchface.ComplicationSlot#getFixedComplicationDataSource():
-    Removed method androidx.wear.watchface.ComplicationSlot.getFixedComplicationDataSource()
-RemovedMethod: androidx.wear.watchface.ComplicationSlot#getInitiallyEnabled():
-    Removed method androidx.wear.watchface.ComplicationSlot.getInitiallyEnabled()
-RemovedMethod: androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle#getTapEventsAccepted():
-    Removed method androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle.getTapEventsAccepted()
-RemovedMethod: androidx.wear.watchface.WatchState#getHasBurnInProtection():
-    Removed method androidx.wear.watchface.WatchState.getHasBurnInProtection()
-RemovedMethod: androidx.wear.watchface.WatchState#getHasLowBitAmbient():
-    Removed method androidx.wear.watchface.WatchState.getHasLowBitAmbient()
diff --git a/wear/watchface/watchface/api/restricted_current.ignore b/wear/watchface/watchface/api/restricted_current.ignore
deleted file mode 100644
index 79a4c016..0000000
--- a/wear/watchface/watchface/api/restricted_current.ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-// Baseline format: 1.0
-AddedMethod: androidx.wear.watchface.ComplicationSlot#isFixedComplicationDataSource():
-    Added method androidx.wear.watchface.ComplicationSlot.isFixedComplicationDataSource()
-AddedMethod: androidx.wear.watchface.ComplicationSlot#isInitiallyEnabled():
-    Added method androidx.wear.watchface.ComplicationSlot.isInitiallyEnabled()
-AddedMethod: androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle#isTapEventsAccepted():
-    Added method androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle.isTapEventsAccepted()
-AddedMethod: androidx.wear.watchface.WatchState#hasBurnInProtection():
-    Added method androidx.wear.watchface.WatchState.hasBurnInProtection()
-AddedMethod: androidx.wear.watchface.WatchState#hasLowBitAmbient():
-    Added method androidx.wear.watchface.WatchState.hasLowBitAmbient()
-
-
-RemovedMethod: androidx.wear.watchface.ComplicationSlot#getFixedComplicationDataSource():
-    Removed method androidx.wear.watchface.ComplicationSlot.getFixedComplicationDataSource()
-RemovedMethod: androidx.wear.watchface.ComplicationSlot#getInitiallyEnabled():
-    Removed method androidx.wear.watchface.ComplicationSlot.getInitiallyEnabled()
-RemovedMethod: androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle#getTapEventsAccepted():
-    Removed method androidx.wear.watchface.WatchFace.LegacyWatchFaceOverlayStyle.getTapEventsAccepted()
-RemovedMethod: androidx.wear.watchface.WatchState#getHasBurnInProtection():
-    Removed method androidx.wear.watchface.WatchState.getHasBurnInProtection()
-RemovedMethod: androidx.wear.watchface.WatchState#getHasLowBitAmbient():
-    Removed method androidx.wear.watchface.WatchState.getHasLowBitAmbient()
diff --git a/window/window/api/current.ignore b/window/window/api/current.ignore
deleted file mode 100644
index dbfa356..0000000
--- a/window/window/api/current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedClass: androidx.window.embedding.ActivityEmbeddingOptions:
-    Removed class androidx.window.embedding.ActivityEmbeddingOptions
diff --git a/window/window/api/restricted_current.ignore b/window/window/api/restricted_current.ignore
deleted file mode 100644
index dbfa356..0000000
--- a/window/window/api/restricted_current.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-RemovedClass: androidx.window.embedding.ActivityEmbeddingOptions:
-    Removed class androidx.window.embedding.ActivityEmbeddingOptions
diff --git a/work/work-runtime/api/current.ignore b/work/work-runtime/api/current.ignore
deleted file mode 100644
index 14b1e6a..0000000
--- a/work/work-runtime/api/current.ignore
+++ /dev/null
@@ -1,13 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.work.Data#getKeyValueMap():
-    Method androidx.work.Data.getKeyValueMap has changed return type from java.util.Map<java.lang.String,java.lang.Object> to java.util.Map<java.lang.String,java.lang.Object>
-ChangedType: androidx.work.WorkQuery#getIds():
-    Method androidx.work.WorkQuery.getIds has changed return type from java.util.List<java.util.UUID!> to java.util.List<java.util.UUID>
-ChangedType: androidx.work.WorkQuery#getStates():
-    Method androidx.work.WorkQuery.getStates has changed return type from java.util.List<androidx.work.WorkInfo.State!> to java.util.List<androidx.work.WorkInfo.State>
-ChangedType: androidx.work.WorkQuery#getTags():
-    Method androidx.work.WorkQuery.getTags has changed return type from java.util.List<java.lang.String!> to java.util.List<java.lang.String>
-ChangedType: androidx.work.WorkQuery#getUniqueWorkNames():
-    Method androidx.work.WorkQuery.getUniqueWorkNames has changed return type from java.util.List<java.lang.String!> to java.util.List<java.lang.String>
-ChangedType: androidx.work.Worker#startWork():
-    Method androidx.work.Worker.startWork has changed return type from com.google.common.util.concurrent.ListenableFuture<androidx.work.ListenableWorker.Result> to com.google.common.util.concurrent.ListenableFuture<androidx.work.ListenableWorker.Result>
diff --git a/work/work-runtime/api/restricted_current.ignore b/work/work-runtime/api/restricted_current.ignore
deleted file mode 100644
index 14b1e6a..0000000
--- a/work/work-runtime/api/restricted_current.ignore
+++ /dev/null
@@ -1,13 +0,0 @@
-// Baseline format: 1.0
-ChangedType: androidx.work.Data#getKeyValueMap():
-    Method androidx.work.Data.getKeyValueMap has changed return type from java.util.Map<java.lang.String,java.lang.Object> to java.util.Map<java.lang.String,java.lang.Object>
-ChangedType: androidx.work.WorkQuery#getIds():
-    Method androidx.work.WorkQuery.getIds has changed return type from java.util.List<java.util.UUID!> to java.util.List<java.util.UUID>
-ChangedType: androidx.work.WorkQuery#getStates():
-    Method androidx.work.WorkQuery.getStates has changed return type from java.util.List<androidx.work.WorkInfo.State!> to java.util.List<androidx.work.WorkInfo.State>
-ChangedType: androidx.work.WorkQuery#getTags():
-    Method androidx.work.WorkQuery.getTags has changed return type from java.util.List<java.lang.String!> to java.util.List<java.lang.String>
-ChangedType: androidx.work.WorkQuery#getUniqueWorkNames():
-    Method androidx.work.WorkQuery.getUniqueWorkNames has changed return type from java.util.List<java.lang.String!> to java.util.List<java.lang.String>
-ChangedType: androidx.work.Worker#startWork():
-    Method androidx.work.Worker.startWork has changed return type from com.google.common.util.concurrent.ListenableFuture<androidx.work.ListenableWorker.Result> to com.google.common.util.concurrent.ListenableFuture<androidx.work.ListenableWorker.Result>