Anyone seen a runtime error like this? `java.lang....
# compose
m
Anyone seen a runtime error like this?
java.lang.NoSuchMethodError: No virtual method multiSelectItems(Ljava/util/Collection;Landroidx/compose/runtime/snapshots/SnapshotStateList;Lkotlin/jvm/functions/Function2;)V in class Lfoo/Bar; or its super classes (declaration of 'foo.Bar' appears in /data/data/foo/code_cache/.overlay/base.apk/classes5.dex)
It happens when I introduce a level in the class hierarchy of
Bar
(from 2 to 3 levels).
multiSelectItems
is declared in the base (top-level) class, and it seems it can no longer be seen once this extra level is introduced…