Skip to content

Commit

Permalink
Remove unnecessary declarations (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Mar 12, 2024
1 parent 1a71db8 commit b5d4ae5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion after-party/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ plugins {
id("io.ashdavies.compose")
id("io.ashdavies.default")
id("io.ashdavies.parcelable")
id("io.ashdavies.sql")

alias(libs.plugins.cash.sqldelight)
}

android {
Expand Down
3 changes: 0 additions & 3 deletions build-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ dependencies {
}

with(libs.plugins) {
// TODO Use compileOnly instead
implementation(plugin(android.library))
implementation(plugin(apollo.graphql))
implementation(plugin(cash.sqldelight))
implementation(plugin(detekt))
implementation(plugin(kotlin.compose))
implementation(plugin(kotlin.multiplatform))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("org.jetbrains.compose")
// id("app.cash.molecule")
kotlin("multiplatform")
}

Expand Down
4 changes: 0 additions & 4 deletions build-plugins/src/main/kotlin/io.ashdavies.sql.gradle.kts

This file was deleted.

2 changes: 1 addition & 1 deletion identity-manager/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("io.ashdavies.default")
id("io.ashdavies.properties")
id("io.ashdavies.sql")

alias(libs.plugins.build.config)
alias(libs.plugins.cash.sqldelight)
}

android {
Expand Down

0 comments on commit b5d4ae5

Please sign in to comment.