1.05
Mapper processor improvements: Update dependencies, add option to include koin module, improve class name definition, and use ksp arguments
- Updates the
dynamicPages
andkoin
dependencies to1.0.5
and4.0.2
respectively. - Adds a new option
DP_INCLUDE_KOIN_MODULE
to control whether to include the Koin module during processing. - Introduces
DefinitionNames
for constants related to ksp arguments. - Renames the prefix for modules to
DP_MODULE_PREFIX
. - Adds
DP_RENDER_MAPPER_ENGINE
key to enable render mapper. - Adds
DP_INCLUDE_DEFAULT_SERIALIZER
to enable default serializer. - Adds koin module to render mapper if
DP_INCLUDE_KOIN_MODULE
is true. - Use ksp arguments to define params.
- Add
HomeTestResponseMapper
and call it fromAppContent
to render.