emanuelecastelli
Results
2
issues of
emanuelecastelli
Hi, for testing purpose i need to inject/retrieve viewmodels inside composable functions using interfaces rather that concrete classes (Koin for DI). For mocking i use MocKMP, actually the only mocking...
Hi, after upgrading KMM project to Kotlin 2.0.21 we are experiencing a strange problem: logs are written twice. Basically fun performLog get called twice (i have extended base AntiLog for...