You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that is better put the same version of this library that is into the code.
This is the text of the image.
...
dependencies {
...
"androidx.compose.material3:material3-window-size-class:$material3_version"
...
But I think that is clearer of this way
implementation("androidx.compose.material3:material3-window-size-class")
The text was updated successfully, but these errors were encountered:
I think that is better put the same version of this library that is into the code.
This is the text of the image.
...
dependencies {
...
"androidx.compose.material3:material3-window-size-class:$material3_version"
...
But I think that is clearer of this way
implementation("androidx.compose.material3:material3-window-size-class")
The text was updated successfully, but these errors were encountered: