Hej guys, I want to port this class to Kotlin (for...
# announcements
k
Hej guys, I want to port this class to Kotlin (for learning purpose) and I am struggling with the inheritance requiring a
Class<T>
. As I understand, I need to use the
reified
directive in an
inline
but it seems forbidden
before
the super class constructor has been called. Any idea ?