Using 1.4.0-rc with gradle, running `compile[]Exec...
# multiplatform
k
Using 1.4.0-rc with gradle, running
compile[]ExecutableKotlinJs
to get a
.t.ds
definition generated - is there a way to control the namespaces? Name spaces are fine on the JVM where alls I have is a FQ class-name, but it’s much less useful in TypeScript and ends up just cluttering things up. Is there an annotation I can or a gradle configuration to control the typescript namespacing? Basically this : https://youtrack.jetbrains.com/issue/KT-39426