Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
S3JER committed Apr 3, 2024
1 parent 6202857 commit 2676202
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
}

android {
Expand Down Expand Up @@ -95,4 +96,10 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

}

ktlint {
dependencies {
ktlintRuleset("com.twitter.compose.rules:ktlint:0.0.26")
}
}

0 comments on commit 2676202

Please sign in to comment.