leboncoin/spark-android
[FR]: Add @ExperimentalSparkApi opt-in note to Sliders.md
Fechada
#2.114 aberto em 27 de jul. de 2026
componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM
Métricas do repositório
- Stars
- (85 estrelas)
- Métricas de merge de PR
- (Mesclagem média 4d 9h) (73 fundiu PRs em 30d)
Description
Describe the problem
Both Slider and RangeSlider are annotated @ExperimentalSparkApi in source but the documentation does not mention this. Users who follow the docs get a compile error without the opt-in annotation.
Describe the solution
Add a callout to Sliders.md:
> [!IMPORTANT]
> Both `Slider` and `RangeSlider` require `@OptIn(ExperimentalSparkApi::class)`.
Additional context
Priority: Medium. Effort: XS.