Kotlin Reflection Fails to Access Private Properties in Data Class with Multiple Constructors
👀 Views: 8
💬 Answers: 1
📅 Created: 2025-05-31
kotlin reflection data-class
I'm encountering an issue when using reflection to access private properties of a Kotlin data class that has multiple constructors. I have a data class defined ...