Skip to content

Commit

Permalink
Merge pull request #279 from School-of-Company/refactor/278-delete-un…
Browse files Browse the repository at this point in the history
…used-code-build.gradle

🔀 :: (#278) - Fire Unused Code(core -> build.gradle.kts)
  • Loading branch information
audgns10 authored Aug 23, 2024
2 parents 378ef50 + a0f1d27 commit e1e0c6e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("bitgoeul.android.core")
id("bitgoeul.android.hilt")
Expand Down
1 change: 0 additions & 1 deletion core/datastore/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("bitgoeul.android.core")
id("bitgoeul.android.hilt")
Expand Down
1 change: 0 additions & 1 deletion core/design-system/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("bitgoeul.android.core")
id("bitgoeul.android.compose")
Expand Down
1 change: 0 additions & 1 deletion core/domain/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
id("bitgoeul.android.core")
id("bitgoeul.android.hilt")
Expand Down
1 change: 0 additions & 1 deletion core/model/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
id("bitgoeul.jvm.library")
}
Expand Down
1 change: 0 additions & 1 deletion core/network/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import java.io.FileInputStream
import java.util.Properties

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("bitgoeul.android.core")
id("bitgoeul.android.hilt")
Expand Down
1 change: 0 additions & 1 deletion core/ui/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("bitgoeul.android.core")
id("bitgoeul.android.compose")
Expand Down

0 comments on commit e1e0c6e

Please sign in to comment.