Migrate WebViewActivity to Compose

This commit is contained in:
arkon
2022-04-24 10:22:22 -04:00
parent 6e95fde4ec
commit 558b18899c
10 changed files with 291 additions and 258 deletions

View File

@@ -139,12 +139,15 @@ android {
}
dependencies {
// Compose
implementation(compose.activity)
implementation(compose.foundation)
implementation(compose.material3.core)
implementation(compose.material3.adapter)
implementation(compose.material.icons)
implementation(compose.animation)
implementation(compose.ui.tooling)
implementation(compose.accompanist.webview)
implementation(androidx.paging.runtime)
implementation(androidx.paging.compose)
@@ -154,7 +157,6 @@ dependencies {
implementation(libs.sqldelight.android.paging)
implementation(kotlinx.reflect)
implementation(kotlinx.bundles.coroutines)
// Source models and interfaces from Tachiyomi 1.x