Shadman Adman
Shadman Adman
@Spiderbezno I have the same problem /:
Thanks @brishav. I appreciate your suggestions.
So I find a workaround for this issue. You put the following tasks in your Gradle file and you should be OK. This will declare the explicit dependencies for all...
I have the same problem. I enabled the plugin. This is my `build.gradle.kts` file. What am I messing? Kotlin version: 1.9.20 ``` plugins { alias(libs.plugins.kotlinMultiplatform) alias(libs.plugins.androidLibrary) alias(libs.plugins.realm) alias(libs.plugins.compose) alias(libs.plugins.ktorfit) id("dev.icerock.mobile.multiplatform-resources")...
Finally, I fix my issue. Now the app runs on iOS perfectly. Here is what I have done: 1. Right-click on the `iosApp.xcodeproj`. Select `open in` and then select `Xcode`...
@Burhan7777 hi there. could you please post the error. in what part do you get this error?
Kotlin `2.1.10` I have the same problem. Any suggestion please?
Hello. First, a big thanks to this plugin. I recently published a library using the newest version of the plugin. It gives you a vision if you or anyone else...
@SEAbdulbasit Using a hole date-time library for just a count-down timer seems unnecessary. Another reason is that the purpose of this library seems to be educational, so using a custom...
@SEAbdulbasit done. Let me know if any other changes are needed.