Can I make my existing KMP project which generates...
# multiplatform
v
Can I make my existing KMP project which generates Android and iOS SDK to also generate a web library (JS)?
m
Depends what you are using. If all your code and dependencies are common then yes. If no, then "it depends"
v
Almost everything is common. Things which are not common - http client customisation for HttpResponseValidator - dispatcher
I am using ktor
m
Ktor has JS implementations so it could work