Hello, everyone! :wave: How do I declare a interfa...
# reflect
j
Hello, everyone! 👋 How do I declare a interface using Kotlin reflections? KClass is missing "isInterface" and
KClassifier.createType
throws on me because the internal descriptor is null/faulty (found at
core/reflection.jvm/src/kotlin/reflect/full/KClassifiers.kt:48
, I'm using 2.0.0-RC1), I'm guesstimating it's because I have no constructors set, but this shouldn't be needed for an interface, right?