refactor: replace hardcode resources files to compose vector

This commit is contained in:
2023-11-11 00:59:30 +08:00
parent 9b85f77892
commit 46c5a23681
7 changed files with 116 additions and 21 deletions

View File

@@ -32,8 +32,6 @@ kotlin {
implementation(compose.foundation)
// TODO: We need to remove this and replace with "material-ripple"
implementation(compose.material)
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
implementation(compose.components.resources)
}
}
val androidMain by getting