Skip to content

Commit

Permalink
Add ktlint and detekt as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 4, 2024
1 parent b14cd95 commit cec84a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ buildscript {
repositories {
google()
jcenter()
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}

dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath "com.android.tools.build:gradle:8.5.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
}
}

Expand Down

0 comments on commit cec84a6

Please sign in to comment.