Ali Azaz Alam
Ali Azaz Alam
I've implemented koin in my kmm project and for network I'm using Ktor but I noticed that Ktor logging is not working when implemented using Koin DI however it is...
I am working on KMM project in which I used Moko-Resource library (VR. 0.20.1) for strings manipulation but the strings are not getting in iOS application, even though I followed...
**Bug** `slideToNextPosition()` and `slideToPreviousPosition()` is not working properly as expected from their predefined names. Next Position means next index position and Previous Position means previous index position. And secondly, by...
While running the plugin for specific module report: `gradle :yourModule:coverageReport` the report folder is not generating on this path ``/build/reports/``, however, it is generating in ``yourModule/build/reports/``.
I've implemented koin in my kmm project and for network I'm using Ktor but I noticed that Ktor logging is not working when implemented using Koin DI however it is...
Resolved issue: #3: In CoroutinesSplashActivity, if the onPause event called it cancels the coroutine and not resumed while coming back to an active state. From my perspective, it needs to...
In CoroutinesSplashActivity, if the onPause event called it cancels the coroutine and not resumed while coming back to an active state.
I am working on the KMP library in which I want to share the .js file between platforms and generate ".aar" to distribute with other consumers, but it is not...