You can do `settingsEnum.java.enumConstants` which should return you a List of your `T` type
m
You can do
settingsEnum.java.enumConstants
which should return you a List of your
T
type
j
java
is undefined. As I understand your approach is only for JVM versions of Kotlin, but I target Kotlin Multiplatform.