This PR was intended to fix an outstanding FIXME in Annotations.kt around switching converterName from a string to KClass<ItemConverter<*>>, but we are blocked by a bug in KSP: https://github.com/google/ksp/issues/1129
Part of addressing that FIXME required splitting dynamodb-mapper-codegen into two modules (ops and schema), which is what I've published here.
Issue \
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This PR was intended to fix an outstanding FIXME in
Annotations.kt
around switching converterName from a string toKClass<ItemConverter<*>>
, but we are blocked by a bug in KSP: https://github.com/google/ksp/issues/1129Part of addressing that FIXME required splitting dynamodb-mapper-codegen into two modules (ops and schema), which is what I've published here.
Issue \
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.