Hi guys I am trying to access ```LocalMinimumInter...
# compose
k
Hi guys I am trying to access
Copy code
LocalMinimumInteractiveComponentEnforcement
but it giving me error
Unresolved reference: LocalMinimumInteractiveComponentEnforcement
Copy code
CompositionLocalProvider(
        LocalMinimumInteractiveComponentEnforcement provides false,
        content = {
            Surface(
                onClick = { },
                color = Color.Blue
            ) {
                Text(
                    modifier = Modifier.fillMaxWidth(),
                    text = "$item",
                )
            }
        }
    )
k
Did you add the dependency and the import for it?
k
I have material 3 dependency
k
Which version?
k
1.0.1
Check release notes to see when specific APIs have been added