mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor(webview): Replace WebView with its Compose counterpart
Co-authored-by: null2264 <palembani@gmail.com>
This commit is contained in:
parent
a199ff326d
commit
5e84586ff5
15 changed files with 687 additions and 328 deletions
|
@ -10,6 +10,7 @@ material-motion = { module = "io.github.fornewid:material-motion-compose-core",
|
|||
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
icons = { module = "androidx.compose.material:material-icons-extended" }
|
||||
webview = { module = "io.github.kevinnzou:compose-webview", version = "0.33.3" }
|
||||
|
||||
[bundles]
|
||||
compose = [ "animation", "foundation", "material3", "material-motion", "ui-tooling-preview", "icons" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue