Fix: expect/actual enableTestTagsAsResourceId() for iOS compile

testTagsAsResourceId is Android-only; its use in commonMain broke
compileKotlinIosSimulatorArm64. Wrap behind expect fun — Android impl
sets the semantic, other platforms return Modifier unchanged. Blocks
P3 iOS parity gallery otherwise.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trey T
2026-04-18 19:20:48 -05:00
parent f56d854acc
commit c57743dca0
17 changed files with 66 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
package com.tt.honeyDue.ui.support
import androidx.compose.ui.Modifier
actual fun Modifier.enableTestTagsAsResourceId(): Modifier = this