mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
refactor(build): adopt Slack lints
This commit is contained in:
parent
eb449740eb
commit
ed32186984
10 changed files with 31 additions and 11 deletions
|
@ -62,6 +62,7 @@ class AndroidCommonPlugin : Plugin<Project> {
|
|||
val catalog = project.extensions.getByType<VersionCatalogsExtension>()
|
||||
val libs = catalog.named("libs")
|
||||
project.dependencies.addProvider("lintChecks", libs.findLibrary("slack-compose-lints").get())
|
||||
project.dependencies.addProvider("lintChecks", libs.findLibrary("slack-lints").get())
|
||||
}
|
||||
|
||||
private fun Project.configureSlimTests() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue