Hello all! Is there any configuration that allow ...
# javascript
c
Hello all! Is there any configuration that allow me to split my library code into shared library in one file and dependencies in another? I’m trying to reduce my library size and thought that perhaps if I’m able to isolate ktor, kotlinx,serialization, etc. I might be able to save up some KB with tree shaking.