Hi I have a kotlin multiplatform project in which I have a android and ios module with shared compose ui. how can i use firebase or any kotlin based dependency for whole project
m
McEna
12/28/2023, 6:00 AM
You create a common kotlin wrapper API to invoke everywhere, and you fill in the specific bits on each platform. Think platform level dependency injection