Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 8855190

Browse files
committed
fix(build): properly resolve JavaPoet version resolution issue
1 parent 57eea03 commit 8855190

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("com.github.android-password-store.versioning-plugin")
1313
id("com.github.android-password-store.sentry")
1414
id("com.github.android-password-store.rename-artifacts")
15-
id("dagger.hilt.android.plugin")
15+
alias(libs.plugins.hilt)
1616
}
1717

1818
crowdin {

build-logic/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ dependencies {
8080
implementation(libs.build.agp)
8181
implementation(libs.build.diffutils)
8282
implementation(libs.build.download)
83+
implementation(libs.build.javapoet)
8384
implementation(libs.build.kotlin)
8485
implementation(libs.build.ktfmt)
8586
implementation(libs.build.mavenpublish)

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ plugins {
66
id("com.github.android-password-store.git-hooks")
77
id("com.github.android-password-store.kotlin-common")
88
id("com.github.android-password-store.ktfmt")
9-
alias(libs.plugins.hilt) apply false
109
}

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embe
4040
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
4141
build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
4242
build-download = "de.undercouch:gradle-download-task:5.4.0"
43+
build-javapoet = "com.squareup:javapoet:1.13.0"
4344
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
4445
build-ktfmt = "com.facebook:ktfmt:0.44"
4546
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"

0 commit comments

Comments
 (0)