Skip to content

feat(tag)!: add Tag.Ai variant and unify variants under Tag namespace - #2238

Draft
soulcramer wants to merge 1 commit into
mainfrom
feat/ai-tag
Draft

feat(tag)!: add Tag.Ai variant and unify variants under Tag namespace#2238
soulcramer wants to merge 1 commit into
mainfrom
feat/ai-tag

feat(tag)!: add Tag.Ai variant and unify variants under Tag namespace

5d6c89e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Android Lint succeeded Sep 2, 2026 in 6s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 73 in spark/src/main/kotlin/com/adevinta/spark/components/tags/TagTokens.kt

See this annotation in the file changed.

Code scanning / Android Lint

Composable can be @ReadOnlyComposable Note

All composable functions and properties used by this declaration are marked @ReadOnlyComposable, so this declaration can be marked @ReadOnlyComposable too. See https://slackhq.github.io/compose-lints/rules/#remove-unnecessary-composable-annotations for more information.