Removing compose lint

This commit is contained in:
Theodoro Mota 2024-01-23 15:57:44 -03:00
parent ed7dbc6d2a
commit abc2f1e032
4 changed files with 0 additions and 5 deletions

View File

@ -163,7 +163,6 @@ dependencies {
implementation(compose.ui.util)
implementation(compose.accompanist.webview)
implementation(compose.accompanist.systemuicontroller)
lintChecks(compose.lintchecks)
implementation(androidx.paging.runtime)
implementation(androidx.paging.compose)

View File

@ -23,5 +23,3 @@ glance = "androidx.glance:glance-appwidget:1.0.0"
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
lintchecks = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.2.0" }

View File

@ -36,7 +36,6 @@ dependencies {
debugImplementation(compose.ui.tooling)
implementation(compose.ui.tooling.preview)
implementation(compose.ui.util)
lintChecks(compose.lintchecks)
implementation(kotlinx.immutables)
}

View File

@ -27,7 +27,6 @@ dependencies {
api(projects.i18n)
implementation(compose.glance)
lintChecks(compose.lintchecks)
implementation(kotlinx.immutables)