Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 27, 2024
1 parent 500c6a2 commit 790a6d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
apply plugin: "io.gitlab.arturbosch.detekt"

plugins {
alias(libs.plugins.jetbrains.compose) apply false
alias(libs.plugins.compose.compiler) apply false
}

buildscript {
repositories {
google()
Expand All @@ -14,11 +19,6 @@ buildscript {
}
}

plugins {
alias(libs.plugins.jetbrains.compose) apply false
alias(libs.plugins.compose.compiler) apply false
}

dependencies {
detektPlugins libs.detekt.formatting
}
Expand Down

0 comments on commit 790a6d3

Please sign in to comment.