https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
n

napperley

07/31/2018, 12:00 AM
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

josephivie

07/31/2018, 4:48 PM
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

napperley

08/01/2018, 1:23 AM
Discovered that error message pops up when using Dokka.