List Question
20 TechQA 2024-01-25T08:39:16.187000How to access the receiver of a method reference?
85 views
Asked by Martin Häusler
Is there a way to check if kotlin class property was defined as nullable at runtime?
96 views
Asked by RedMurloc
How can I access KProperty1<T,V> from java class?
66 views
Asked by Ankush Tiwari
Kotlin: implicit conversion from Int to nullable Double fails in reflection
162 views
Asked by zwlxt
How to get annotations of a variable in external method using Kotlin?
273 views
Asked by user21474430
Kotlin - return all properties that implement an interface and are annotated
45 views
Asked by Clyde Barrow
How to get the class through reflection and then pass in the generic?
171 views
Asked by SageJustus
KotlinReflectionNotSupportedError in Compose Preview
260 views
Asked by mexes
How to get KClass<List<String>> type from List<String> in kotlin
476 views
Asked by Jamshed Alam Qaderi
Get the annotation variable and its type of a data class
372 views
Asked by Saneen K P
method toString throws KotlinReflectionInternalError
177 views
Asked by Almir Burnashev
Reflection on Jetpack Compose
569 views
Asked by Mahmoud Elshamy
Simple reflection in Kotlin doesn't work in existing Java project
626 views
Asked by user1064504
How to use member references to create a hierarchical path to a property in Kotlin
149 views
Asked by fiftyone_51
Does Dagger support multibinding with KClass<*> type?
107 views
Asked by beigirad
Kotlin Annotation not present at Runtime
605 views
Asked by Marconymous
Unresolved reference: java, unresolved reference lazy, unresolved reference with
922 views
Asked by Antonio Roldan
Get Kotlin class from string a call a method in it
1.6k views
Asked by Bhaskar Devgon
How to get only declared members (not inherited) with Kotlin Reflection?
750 views
Asked by Miguel Gamboa