Hey, I've got a question about the kotlin stdlib g...
# javascript
f
Hey, I've got a question about the kotlin stdlib generated. I'm using the DCE tool to trim it down, however, this "new" stdlib is still using the basic
Kotlin
variable name. In my environment, I'd like to be able to use different versions of the stdlib, each containing the specific code it uses. To do this, I need to be able to control what the
Kotlin
variable is actually called. Is this possible?
r
Unfortunately it is not possible because both compiler and stdlib rely on this name.