Migrate XML themes to Compose (#10152)

This commit is contained in:
Ivan Iskandar
2023-11-19 23:25:39 +07:00
committed by GitHub
parent 00afee83b8
commit 255ed50685
15 changed files with 901 additions and 41 deletions

View File

@@ -165,7 +165,6 @@ dependencies {
implementation(compose.ui.util)
implementation(compose.accompanist.webview)
implementation(compose.accompanist.permissions)
implementation(compose.accompanist.themeadapter)
implementation(compose.accompanist.systemuicontroller)
lintChecks(compose.lintchecks)