Feat(ToolView): Add ToolView to support execute tool

This commit is contained in:
2024-05-11 16:28:11 +08:00
parent 3d8bc944e3
commit 3a91e834b7
24 changed files with 489 additions and 137 deletions

View File

@@ -169,4 +169,5 @@ dependencies {
implementation(libs.paging.runtime)
implementation(libs.paging.compose)
implementation(libs.androidsvg.aar)
implementation(libs.compose.webview)
}