Hi all. Have a strange error during compiling ios project part of kmm. I am using Appyx navigation library.
Does anybody know what is the problem?
error: java.lang.IllegalStateException: no implementation for FUN MISSING_DECLARATION name:DerivedSetup visibility:public modality:FINAL <> () returnType:kotlin.Nothingin com.bumble.appyx.navigation.node.ParentNode
P.S. when building android side all is working fine.
libs.versions.toml
p
Pablichjenkov
11/18/2023, 12:20 PM
You can ask in #appyx.
m
Mikhail
11/18/2023, 1:33 PM
Solved. Was related to class visibilities during inheritance (Should be explicitly set up as 'internal')