Skip to content

Commit

Permalink
Suppress deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Feb 24, 2024
1 parent a2871b6 commit 7f34904
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
@file:Suppress("DEPRECATION") // TODO migrate!

package com.slack.circuitx.gesturenavigation

import androidx.compose.animation.AnimatedContent
Expand Down

0 comments on commit 7f34904

Please sign in to comment.