Moe
09/13/2024, 3:52 PMimport kotlin.reflect.full.findAnnotation
import kotlin.reflect.full.primaryConstructor
but now all I'm getting is Unresolved reference: full
although
import kotlin.reflect.KClass
seems to work perfectly fine.
not sure what im missing to be honest, but any assistance would be highly appreciatedChrimaeon
09/13/2024, 5:49 PMMoe
09/13/2024, 5:50 PMChrimaeon
09/13/2024, 5:52 PMMoe
09/13/2024, 5:53 PM