leboncoin/spark-android

[FR]: Add compatibility table to README

Ouverte

#2 106 ouverte le 27 juil. 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Kotlin (31 forks)auto 404
documentationgood first issuepriority:HIGH

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

Neither README.md nor any top-level doc states the minimum SDK, required Kotlin version, or compatible Compose BOM range. New consumers cannot tell if the library supports their target configuration before trying to integrate.

Describe the solution

Add a compatibility table to README.md with:

  • minSdk
  • Minimum Kotlin version
  • Compose BOM version the library is built against

Additional context

Priority: High. Effort: XS.

Guide contributeur