Hi, I am building a library in kotlin. I have the ...
# getting-started
e
Hi, I am building a library in kotlin. I have the dependency of okhttp and retrofit to access my APIs. Now I want to convert my library into Javascript so that I can use it in the browser. But one thing I don't understand, does the kotlinjs plugin convert my library code AND the retrofit AND okhttp jar dependencies also into Javascript so that I can run my library in the browser?