Roman Belousov
Roman Belousov
As @jonasbark said here https://github.com/AlecStrong/kotlin-native-cocoapods/issues/21#issuecomment-499861942 this plugin should still be updated for compatibility reasons, but it doesn't with Kotlin 1.3.40. Might it be fixed?
**Describe the bug** Can't inject a nullable parameter to a dependency registered by singleOf/factoryOf. I pass null with `parametersOf(null)` and it fails with exception: `Caused by: org.koin.core.error.DefinitionParameterException: No value found...
I did everything described in Readme Now I'm able to use breakpoints but not able to use "po" statement or see an object state when code execution stopped at a...
I have some image resources that should be presented in my iOS app and shouldn't in android app. The issue is: I add a resource to iosMain/resources/MR/images/ but it is...
It would be great to have image resources localisation like android resources has
Hi there, I'm trying to animate ViewAnnotation over two coordinates. Here is an example how to do this: https://github.com/mapbox/mapbox-maps-ios/blob/main/Apps/Examples/Examples/All%20Examples/Annotations/ViewAnnotationAnimationExample.swift But I have a question, if I change animation time in...
Some dependencies in my project needs to be registered from iOS side (some platform implementations). Is there a way to do it? Actually Koin has API to create a module,...