Skip to content

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Jul 10, 2024

Part of #4085

@aSemy aSemy requested review from Kantis and OliverO2 July 10, 2024 07:36
Comment on lines +12 to +15
else ->
// FIXME Remove deprecation suppression when StableIdentifiers is marked as internal
@Suppress("DEPRECATION")
StableIdentifiers.stableIdentifier(t)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
else ->
// FIXME Remove deprecation suppression when StableIdentifiers is marked as internal
@Suppress("DEPRECATION")
StableIdentifiers.stableIdentifier(t)
else -> {
// FIXME Remove deprecation suppression when StableIdentifiers is marked as internal
@Suppress("DEPRECATION")
StableIdentifiers.stableIdentifier(t)
}

@aSemy aSemy enabled auto-merge July 11, 2024 06:45
@aSemy aSemy disabled auto-merge July 11, 2024 06:45
@aSemy aSemy merged commit 7912c93 into master Jul 11, 2024
@aSemy aSemy deleted the adam/fix/StableIdentifiers-deprecation-suppress branch July 11, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants