leboncoin/spark-android

[FR]: Add @ExperimentalSparkApi opt-in note to Sliders.md

Fermée

#2 114 ouverte le 27 juil. 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Kotlin (31 forks)auto 404
componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM

Métriques du dépôt

Stars
 (85 étoiles)
Métriques de merge PR
 (Merge moyen 4j 9h) (73 PRs mergées en 30 j)

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.

Guide contributeur