There is an experimental function in Kotlin for Typeof. But experimental is a bit unsave in my opinion
Is there somethin similar to get the Type of an object without using “is” to check the whole list of types?
Edit SOLVED:
Never mind
reflections is my choice