Skip to content

1.05

Compare
Choose a tag to compare
@javierpe javierpe released this 12 Feb 04:20
· 11 commits to main since this release
0566e76

Mapper processor improvements: Update dependencies, add option to include koin module, improve class name definition, and use ksp arguments

  • Updates the dynamicPages and koin dependencies to 1.0.5 and 4.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 from AppContent to render.