Is it possible to use kotlin in a java project, but not have the stdlib as a dependency, assuming I don’t use any of the stdlib functions of course? I’m working on a project that I want to keep pretty small, and I want to use kotlin for data-classes and string expressions, but nothing else. Is that something that makes sense?