documentationgood first issuepriority:HIGH
仓库指标
- 星标
- (85 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.