## Task Demonstrate how to modify a `final` field via reflection (with caution). - Input: object and field name - Output: modified field value - File: `reflection/ModifyFinalField.kt` Update the `reflection/README.md` with a short entry.
Task
Demonstrate how to modify a
finalfield via reflection (with caution).reflection/ModifyFinalField.ktUpdate the
reflection/README.mdwith a short entry.