Task
Implement a utility to capture and read generic type information at runtime.
- Example: extract
List<String> element type
- Use
TypeToken-style pattern with reified generics
- File:
reflection/ReadGenericType.kt
Update the reflection/README.md with a short entry.
Task
Implement a utility to capture and read generic type information at runtime.
List<String>element typeTypeToken-style pattern with reified genericsreflection/ReadGenericType.ktUpdate the
reflection/README.mdwith a short entry.