refactor(webview): Replace WebView with its Compose counterpart

Co-authored-by: null2264 <palembani@gmail.com>
This commit is contained in:
arkon 2024-11-26 22:01:37 +07:00 committed by Ahmad Ansori Palembani
parent a199ff326d
commit 5e84586ff5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
15 changed files with 687 additions and 328 deletions

View file

@ -168,7 +168,7 @@ dependencies {
implementation(compose.bundles.compose)
debugImplementation(compose.ui.tooling)
implementation(libs.compose.theme.adapter3)
implementation(libs.accompanist.webview)
implementation(compose.webview)
implementation(libs.flexbox)