Skip to content

Commit

Permalink
📝 :: Chore(Change) settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Oct 8, 2024
1 parent 6340bd7 commit cc4444c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ include(":app")

include(":core")
include(":core:common")

gradle.startParameter.excludedTaskNames.addAll(listOf(":build-logic:convention:testClasses"))
include(":core:data")
include(":core:datastore")
include(":core:design-system")
include(":core:domain")
include(":core:model")
include(":core:network")
include(":core:ui")

include(":feature")

gradle.startParameter.excludedTaskNames.addAll(listOf(":build-logic:convention:testClasses"))

0 comments on commit cc4444c

Please sign in to comment.