Skip to content

Commit

Permalink
Remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 28, 2024
1 parent e09c252 commit 54c48b6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 20 deletions.
6 changes: 0 additions & 6 deletions bookmarks/db/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ kotlin {

android { namespace = "catchup.bookmarks.db" }

foundry {
features {
dagger()
}
}

sqldelight {
databases {
create("CatchUpDatabase") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ android.disableResourceValidation=true
dependency.analysis.compatibility=NONE

# Foundry: https://github.com/slackhq/foundry
#systemProp.catchup.include-build.foundry=/path/to/foundry
systemProp.catchup.include-build.foundry=/Users/zacsweers/dev/slack/oss/slack-gradle-plugin

# DAGP: https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin
#systemProp.catchup.include-build.dagp=/path/to/dependency-analysis-gradle-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.kotlin.kapt)
alias(libs.plugins.foundry.base)
alias(libs.plugins.ksp)
}
Expand Down
3 changes: 0 additions & 3 deletions libraries/util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ plugins {

android {
namespace = "catchup.util"
buildFeatures {
viewBinding = true
}
}

redacted {
Expand Down
1 change: 0 additions & 1 deletion service-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ android { namespace = "catchup.service.api" }

foundry {
features {
compose()
dagger()
}
}
6 changes: 0 additions & 6 deletions service-db/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ kotlin {

android { namespace = "catchup.service.db" }

foundry {
features {
dagger()
}
}

sqldelight {
databases {
create("CatchUpDatabase") {
Expand Down
1 change: 0 additions & 1 deletion services/hackernews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android {
namespace = "catchup.service.hackernews"
buildFeatures {
resValues = true
viewBinding = true
}
}

Expand Down
2 changes: 1 addition & 1 deletion services/producthunt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apollo {
foundry {
features {
dagger()
moshi(codegen = true)
moshi(codegen = false)
}
android {
features {
Expand Down

0 comments on commit 54c48b6

Please sign in to comment.