Search code examples
How to set value of kotlin object-class property using kotlin.reflect API?...

kotlinkotlin-reflect

Read More
How to access a Kotlin private top-level property in the unnamed (main) file?...

kotlinreflectionprivate-memberskotlin-reflect

Read More
Convert `Type` to a `KType`...

kotlinreflectionkotlin-reflect

Read More
Kotlin - obtaining an instance of both KProperty1 and CallableReference through reflection...

kotlinreflectionjvmkotlin-reflect

Read More
How to access the receiver of a method reference?...

kotlinreflectionmethod-referencekotlin-reflect

Read More
Is there a way to check if kotlin class property was defined as nullable at runtime?...

kotlinreflectionkotlin-null-safetykotlin-reflect

Read More
How to set val property with Kotlin reflection?...

reflectionkotlinkotlin-reflect

Read More
Kotlin: implicit conversion from Int to nullable Double fails in reflection...

kotlinkotlin-reflect

Read More
How to get annotations of a variable in external method using Kotlin?...

kotlinannotationskotlin-reflect

Read More
KotlinReflectionNotSupportedError in Compose Preview...

androidandroid-jetpack-composekotlin-reflect

Read More
Kotlin - return all properties that implement an interface and are annotated...

kotlinkotlin-reflect

Read More
Reflection on Jetpack Compose...

reflectionandroid-jetpack-composeandroid-securitykotlin-reflectandroid-reflection

Read More
Kotlin Class should have a single no-arg constructor...

kotlinkotlin-reflect

Read More
How to use member references to create a hierarchical path to a property in Kotlin...

kotlingenericskotlin-reflect

Read More
How do I see if a class has an init block using reflection?...

kotlinkotlin-reflect

Read More
Java/Android/Kotlin: Reflection on private Field and call public methods on it...

javaandroidkotlinreflectionkotlin-reflect

Read More
Data class metadata is removed with proguard / R8 for Kotlin 1.6.0...

androidkotlinproguardandroid-r8kotlin-reflect

Read More
Reference to Kotlin class property setter as function...

kotlinkotlin-reflect

Read More
How to get only declared members (not inherited) with Kotlin Reflection?...

kotlinkotlin-reflect

Read More
How do I get container of KmutableProperty i Kotlin?...

kotlinkotlin-reflect

Read More
Hot to get the parameterless constructor through Kotlin Reflection API?...

kotlinkotlin-reflect

Read More
Why can I not access `::class.companionObject`?...

kotlinreflectioncompanion-objectkotlin-reflectkotlin-companion

Read More
Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in t...

kotlinintellij-ideakotlin-reflect

Read More
Access Implementation's property on variable of type Interface...

kotlinreflectionkotlin-reflect

Read More
Check annotation on a variable in kotlin data class...

kotlinreflectionkotlin-reflect

Read More
Kotlin Reflection - Returns an instance with set properties values based on it's property name...

kotlingenericsreflectionkotlin-reflect

Read More
Why are Kotlin interfaces "not open"?...

kotlinreflectionkotlin-reflect

Read More
Deserialize map of field names and values to data class based on KClass (Reflection)...

kotlinkotlin-reflect

Read More
How to use Kotlin reflection from Java...

javakotlinreflectionkotlin-reflect

Read More
What's the correct way to iterate through properties of a singleton in Kotlin?...

kotlinreflectionsingletonkotlin-reflect

Read More
BackNext