Skip to content

Commit 0cbd14c

Browse files
committed
spotlessApply
1 parent e2c4927 commit 0cbd14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/feature_photo_detail_shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kotlin {
4343
applyDefaultHierarchyTemplate()
4444

4545
sourceSets {
46-
commonMain{
46+
commonMain {
4747
kotlin.srcDir("build/generated/ksp/metadata/commonMain/kotlin")
4848

4949
dependencies {
@@ -117,7 +117,7 @@ kotlin {
117117
api(libs.napier)
118118
}
119119
}
120-
androidMain {
120+
androidMain {
121121
dependencies {
122122
api(libs.androidx.activity.compose)
123123
api(libs.androidx.appcompat)

0 commit comments

Comments
 (0)