feat: Onboarding screen (partial)

This commit is contained in:
Ahmad Ansori Palembani 2024-05-26 09:23:35 +07:00
parent 59b11b16e2
commit d086df7287
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
17 changed files with 987 additions and 10 deletions

View file

@ -147,15 +147,9 @@ android {
dependencies {
// Compose
implementation(androidx.activity.compose)
implementation(compose.foundation)
implementation(compose.animation)
implementation(compose.ui)
implementation(compose.bundles.compose)
debugImplementation(compose.ui.tooling)
implementation(compose.ui.tooling.preview)
implementation(compose.material)
implementation(compose.material3)
implementation(libs.compose.theme.adapter3)
implementation(compose.icons)
implementation(libs.accompanist.webview)
implementation(androidx.glance.appwidget)