We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cff3c7 commit 8a33da7Copy full SHA for 8a33da7
hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts
@@ -68,9 +68,7 @@ ksp {
68
if (project.NATIVE_ENABLED) {
69
// Configure KSP for multiplatform: https://kotlinlang.org/docs/ksp-multiplatform.html
70
// https://github.com/google/ksp/issues/963#issuecomment-1894144639
71
- dependencies {
72
- add("kspCommonMainMetadata", project(":hll:dynamodb-mapper:dynamodb-mapper-ops-codegen"))
73
- }
+ dependencies.kspCommonMainMetadata(project(":hll:dynamodb-mapper:dynamodb-mapper-ops-codegen"))
74
75
tasks.withType<KotlinCompilationTask<*>>().all {
76
if (name != "kspCommonMainKotlinMetadata") {
0 commit comments