Remove dependency on compose material 2 components

This commit is contained in:
AntsyLich
2024-05-07 15:53:26 +06:00
parent 8e9396a9cf
commit fb9423028e
4 changed files with 4 additions and 8 deletions

View File

@ -151,7 +151,6 @@ dependencies {
implementation(compose.activity)
implementation(compose.foundation)
implementation(compose.material3.core)
implementation(compose.material.core)
implementation(compose.material.icons)
implementation(compose.animation)
implementation(compose.animation.graphics)