abdelrahman-esam
abdelrahman-esam
@david-allison hi david .... I will discuss this with you at discord
@david-allison hi david hope you are doing well .... can you help me figureing out why emulator tests fails ?
well I am using a build-logic module for building the app but why ? well this have good results like 1- you are using regular kotlin code for build your...
@MG-LSJ in android studio Iguana that doesn't happen the first time you install your app or if your cache cleared ... otherwise this will happen .
@d029940 with me it doesn't ... you need to clear cache of the app everytime .
@frankois1234 it doesn't work with koin .... iam getting this error Uncaught Kotlin exception: org.koin.core.error.InstanceCreationException: Could not create instance for '[Factory:'viewModel class Name']' at 0 shared also I am creating...
@Leedwon the problem is on the ios side not the android one .... android is working perfectly class DIHelper : KoinComponent { private val notesViewModel: NotesViewModel by inject() private val...
@Leedwon unfortunately his viewModels doesn't have any other injected dependencies (usecases /repositories) so he just take object from it at the view in ios side
@frankois1234 that really doesn't work .... I am using the helper in the ios main module and for the android side everything working perfectly .... but when I am trying...
@frankois1234 I didn't said that I am using it with koin viewModel ..... actually I am creating it with factory or single in koin .... but koin failed to give...