Marcello Galhardo
02/13/2023, 10:45 PMtypeOf
(1.8+, preferable)? I know it will be slower than a direct access to Type::class
but how much slow will it be? 🤔
Reference: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/type-of.htmlgildor
02/22/2023, 6:11 AMgildor
02/22/2023, 6:13 AMMarcello Galhardo
02/24/2023, 12:02 AMtypeParameters
and deciding by using KClass or KType based on the need. Not sure how better that would be.
Does that make any sense?gildor
02/27/2023, 4:58 AMMarcello Galhardo
03/01/2023, 8:41 PMarnaud.giuliani
03/02/2023, 10:14 AM