I asked this in another channel but have more info now. Is there a way to generate a kotlinJS library without trimming unused code? Its a library so there are a lot of classes not used by the project itself. I might have found a way with dceTask via keep("MyProjectName") but seems weird as a workaround for what should be a common use case.