kiiadi
08/05/2020, 3:20 PMcompile[]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