diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-06-23 16:35:58 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-04 15:47:25 +0200 |
| commit | b6b01dbc66f8a903476b86d2b068e56cfe05e248 (patch) | |
| tree | 57037ccb231bb39ade8e7cb65e09202a05ad2c08 /android/lib/ui/component | |
| parent | 3e5795cbab6866fcd3eafee58d1790fc9e7f1829 (diff) | |
| download | mullvadvpn-b6b01dbc66f8a903476b86d2b068e56cfe05e248.tar.xz mullvadvpn-b6b01dbc66f8a903476b86d2b068e56cfe05e248.zip | |
Create new design system module
Diffstat (limited to 'android/lib/ui/component')
| -rw-r--r-- | android/lib/ui/component/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/ui/component/build.gradle.kts b/android/lib/ui/component/build.gradle.kts index 8ca10e29c5..37ba3e1230 100644 --- a/android/lib/ui/component/build.gradle.kts +++ b/android/lib/ui/component/build.gradle.kts @@ -36,6 +36,7 @@ android { dependencies { implementation(projects.lib.ui.tag) + implementation(libs.compose.material3) implementation(libs.compose.ui) implementation(libs.compose.constrainlayout) @@ -43,7 +44,6 @@ dependencies { implementation(libs.compose.icons.extended) implementation(libs.androidx.ktx) implementation(projects.lib.resource) - implementation(projects.lib.shared) implementation(projects.lib.theme) implementation(projects.lib.model) } |
