Skip to content

Commit

Permalink
chore: 중복된 ktlint dependencies 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Oct 22, 2023
1 parent b14e891 commit df02f04
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
30 changes: 15 additions & 15 deletions app-compose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("suwiki.android.application")
id("suwiki.android.application.compose")
id("suwiki.android.hilt")
id("suwiki.android.application")
id("suwiki.android.application.compose")
id("suwiki.android.hilt")
}

android {
Expand Down Expand Up @@ -34,24 +34,24 @@ dependencies {

implementation(projects.domain)
implementation(projects.di)
implementation(projects.domain.openmajor)
implementation(projects.domain.openmajor)

implementation(projects.local.openmajor)
implementation(projects.local.timetable.editor)
implementation(projects.local.timetable.viewer)
implementation(projects.local.user)

implementation(projects.remote.lectureevaluation.editor)
implementation(projects.remote.lectureevaluation.my)
implementation(projects.remote.lectureevaluation.report)
implementation(projects.remote.lectureevaluation.viewer)
implementation(projects.remote.notice)
implementation(projects.remote.openmajor)
implementation(projects.remote.signup)
implementation(projects.remote.timetable.viewer)
implementation(projects.remote.user)
implementation(projects.remote.lectureevaluation.editor)
implementation(projects.remote.lectureevaluation.my)
implementation(projects.remote.lectureevaluation.report)
implementation(projects.remote.lectureevaluation.viewer)
implementation(projects.remote.notice)
implementation(projects.remote.openmajor)
implementation(projects.remote.signup)
implementation(projects.remote.timetable.viewer)
implementation(projects.remote.user)

implementation(projects.presentation)
implementation(projects.presentation)

implementation(libs.timber)
implementation(libs.timber)
}
2 changes: 0 additions & 2 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ dependencies {
implementation project(":domain")
implementation project(":core:model")

detektPlugins libs.detekt.plugin.formatting

implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
Expand Down
2 changes: 0 additions & 2 deletions di/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependencies {
implementation(libs.retrofit.kotlin.serialization)
implementation(libs.okhttp.logging)

implementation(libs.detekt.plugin.formatting)

val bom = libs.firebase.bom
add("implementation", platform(bom))
implementation(libs.bundles.firebase)
Expand Down
2 changes: 0 additions & 2 deletions domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ java {
dependencies {
implementation project(":core:model")

detektPlugins libs.detekt.plugin.formatting

// coroutine
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1"

Expand Down

0 comments on commit df02f04

Please sign in to comment.