Hello Everyone,
i completed My POC in KMM using Ktor, Realm and shared ViewModel, so now only UI need to take care in android and iOS.
now i need to write the Unit Testing for Ktor, realm and shared viewmodel also, can anyone please share the blog or sample how we can write unit testing and do the mocking in kotlin multiplatform,
Thanks to @John O'Reilly , i have done all these by learning from his blog's and sample code