Jakub Ledwoń
Jakub Ledwoń
@AbdelrahmanEsam Inspired by https://github.com/MatkovIvan/nav_cupcake/blob/master/composeApp/src/commonMain/kotlin/com/matkovivan/nav_cupcake/ViewModels.kt which uses androidx viewmodel. I'm using the following code to make it work with Koin: `ViewModels.kt` in commonMain: ```Kotlin internal expect fun viewModel( modelClass: KClass, factory:...
@AbdelrahmanEsam I see, I'm using Compose Multiplatform, so for me the setup above does the job on both platforms. But if you are having the setup with separate UIs for...
I opened an issue in jitpack since from the `build.log` it seems that requery itself is building properly, but there's a time out later on https://github.com/jitpack/jitpack.io/issues/7031
Hi @marain87, it seems that https://github.com/marain87/AndroidPdfViewer 3.2.6 is currently broken due to its dependency on com.github.marain87:PdfiumAndroid:16KB-SNAPSHOT, which can not be found. Would it be possible to either: - Add 16KB...
Thanks for the help it's working now