Hi I have a kotlin multiplatform project in which ...
# multiplatform
s
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
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