Skip to content

Commit

Permalink
Suppress deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 25, 2024
1 parent 12bdb27 commit d1aeac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circuit-shared-elements/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ android { namespace = "com.slack.circuit.sharedelements" }
baselineProfile {
mergeIntoMain = true
saveInSrc = true
@Suppress("DEPRECATION")
from(projects.samples.star.benchmark.dependencyProject)
filter { include("com.slack.circuit.sharedelements.**") }
}

0 comments on commit d1aeac6

Please sign in to comment.