Publishing the library fails with this error: Unab...
# multiplatform
n
Publishing the library fails with this error: Unable to find method 'kotlin.reflect.jvm.internal.KClassImpl.getMembers(Lkotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope;ZZZ)Lkotlin/sequences/Sequence;'.
j
Reflection? It sounds like you might be trying to use reflection in your Common module, which is not yet supported. I'm working on a method for doing reflection within Common (using an external plugin/reflective data generator), but it's not done yet and has few features.
n
Discovered that error message pops up when using Dokka.