Skip to content

Commit d45896e

Browse files
Fix ktlintKotlinScriptCheck error
1 parent 65f19cb commit d45896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ detekt {
8080
}
8181

8282
dependencies {
83-
implementation ("androidx.appcompat:appcompat:1.7.0")
83+
implementation("androidx.appcompat:appcompat:1.7.0")
8484
implementation("androidx.core:core-ktx:1.15.0")
8585
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
8686
implementation("androidx.activity:activity-compose:1.10.1")

0 commit comments

Comments
 (0)