Hello folk I’ve tried to use the new Compose Koin ...
# koin
e
Hello folk I’ve tried to use the new Compose Koin API in my Compose Multiplatform app like this
KoinApplication(
moduleList = { koinModules() },
content = {
}
)
But when I try to run the application I’m getting this error java.lang.NoSuchMethodError: No static method koinApplication
a
linking problem here? can you try the otehr version of
KoinApplication
the one with KoinAppDeclaration
image.png
e
Which version of koin-compose has this structure
a
koin-compose 1.1.0
e
Unfortunately I'm having this issue on iOS Could not find koin-compose.klib (io.insert-koinkoin compose iossimulatorarm641.1.0)
a
🤔 need to raise an issue for this target then
it's in the config
have to check why the target is not published 😕