Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 23, 2023
1 parent 3440db0 commit 9714436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/
import dev.zacsweers.moshix.ir.gradle.MoshiPluginExtension
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import slack.gradle.avoidance.AffectedProjectsDefaults
import slack.gradle.avoidance.ComputeAffectedProjectsTask

Expand All @@ -24,6 +26,7 @@ plugins {
alias(libs.plugins.sgp.base)
alias(libs.plugins.spotless)
alias(libs.plugins.doctor)
alias(libs.plugins.ksp) apply false
alias(libs.plugins.anvil) apply false
alias(libs.plugins.cacheFixPlugin) apply false
// alias(libs.plugins.detekt) apply false
Expand All @@ -48,11 +51,6 @@ subprojects {
pluginManager.withPlugin("com.squareup.anvil") {
dependencies { add("compileOnly", libs.anvil.annotations) }
}
if (useK2) {
pluginManager.withPlugin("dev.zacsweers.moshix") {
configure<MoshiPluginExtension> { generateProguardRules.set(false) }
}
}

// TODO remove after kotlinpoet 1.14.0 is out with https://github.com/square/kotlinpoet/pull/1568
configurations.configureEach {
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 @@ -34,7 +34,6 @@ android {
slack {
features {
dagger()
moshi(codegen = true)
}
}

Expand Down

0 comments on commit 9714436

Please sign in to comment.