Skip to content

Commit 8a33da7

Browse files
committed
Use different API
1 parent 8cff3c7 commit 8a33da7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ ksp {
6868
if (project.NATIVE_ENABLED) {
6969
// Configure KSP for multiplatform: https://kotlinlang.org/docs/ksp-multiplatform.html
7070
// https://github.com/google/ksp/issues/963#issuecomment-1894144639
71-
dependencies {
72-
add("kspCommonMainMetadata", project(":hll:dynamodb-mapper:dynamodb-mapper-ops-codegen"))
73-
}
71+
dependencies.kspCommonMainMetadata(project(":hll:dynamodb-mapper:dynamodb-mapper-ops-codegen"))
7472

7573
tasks.withType<KotlinCompilationTask<*>>().all {
7674
if (name != "kspCommonMainKotlinMetadata") {

0 commit comments

Comments
 (0)