Skip to content

Commit

Permalink
🔧 add ktlint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogu59 committed Feb 21, 2025
1 parent 1d51552 commit 969b5dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,7 @@ dependencies {
// coil
implementation(libs.coil)
implementation(libs.coil.compose)

// ktlint for jetpack compose
ktlint("com.pinterest:ktlint:0.50.0")
}

0 comments on commit 969b5dd

Please sign in to comment.