List Question
20 TechQA 2023-11-23T09:09:06.890000How to deal with library inline generic functions with reified and allow dependency injection?
125 views
Asked by MrKew
how to solve compile error : 2 type parameter expected for inline function
24 views
Asked by J.ty
Kotlin Reified lost type information in certain cases
64 views
Asked by Pasindu
Kotlin smartcast check is failing despite type information being available at runtime
35 views
Asked by user3553219
Access Data class property while using Generic Type parameter <T> in runtime [Kotlin]
167 views
Asked by Premnath S.V
How to a class with generics with an inline refied function
165 views
Asked by ᴜsᴇʀ
Kotlin. How to set type of generic in runtime?
280 views
Asked by testivanivan
Reified argument bounds not checked
83 views
Asked by Gena Batsyan
How to instantiate an Object based on Type Parameter in Kotlin?
264 views
Asked by mars8
Cannot use 'T' as reified type parameter even I declared that T should be any class inherited by Parcelable
1.3k views
Asked by deadfish
Using KClass as argument to templates
155 views
Asked by ibrahim koz
Calling reified inline function with wrong inferred type: no compiler error
283 views
Asked by Ranil Wijeyratne
How to use Kotlin generics to access same fields in sibling classes
178 views
Asked by awardak
Kotlin inline extension function on an imported java class
330 views
Asked by Egor
Why have the reified keyword in Kotlin, isn't marking a function inline sufficient?
2.7k views
Asked by SillyQuestion
How to return a new instance of `T` in an inline reified function?
599 views
Asked by Augusto Carmo
Reified inline function in Kotlin still leading to compiler error on 'is' check
611 views
Asked by SirKnigget
Kotlin - Infer type for one of two generic parameters
1.3k views
Asked by LeYAUable
Why to use 'inline' when using a 'reified' type
482 views
Asked by Sparsh Dutta