Skip to content

Commit

Permalink
[CHORE] #14 : app 모듈 Ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 5, 2023
1 parent ffcab56 commit fe5ecea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id("com.wap.wapp.firebase")
id("com.wap.wapp.compose")
id("com.wap.wapp.hilt")
alias(libs.plugins.ktlint)
}

android {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/wap/wapp/WappApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import android.app.Application
import dagger.hilt.android.HiltAndroidApp

@HiltAndroidApp
class WappApplication: Application()
class WappApplication : Application()

0 comments on commit fe5ecea

Please sign in to comment.