Fixes versions in the Skill file

This commit is contained in:
Vitor Pamplona
2026-06-17 10:34:00 -04:00
parent 06cba4e1db
commit af27b7750e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ implementation(libs.jna)
**Current project config** (always re-check `gradle/libs.versions.toml` — these drift):
```toml
composeMultiplatform = "1.12.0" # Plugin + runtime
composeMultiplatform = "1.11.1" # Plugin + runtime
composeBom = "2026.05.01" # AndroidX Compose BOM
kotlin = "2.3.21"
```
@@ -212,7 +212,7 @@ implementation(compose.ui) // Compose Multiplatform BOM
implementation(compose.material3)
// Version catalog alignment (re-check libs.versions.toml — these drift)
composeMultiplatform = "1.12.0"
composeMultiplatform = "1.11.1"
composeBom = "2026.05.01" // AndroidX Compose
```
**Why:** Two Compose ecosystems (Multiplatform + AndroidX) must align