I haven't touched Compose Desktop in a while and I...
# compose-desktop
r
I haven't touched Compose Desktop in a while and I came back to my project to see that
CoreTextField
is now inaccessible? When I try to import it, I get the error
Cannot access 'CoreTextField': it is internal in 'androidx.compose.foundation.text'
. Does anyone happen to know any fixes or replacements? I definitely need something exactly like
CoreTextField
, the regular
Text
class is not enough.
z
BasicText is the lowest level public text composable now