Anyone know how to make KotlinJS export a default ...
# javascript
n
Anyone know how to make KotlinJS export a default module?
k
nish: Currently, Kotlin exports root package. All subpackages with their declarations are merely nested objects with corresponding properties. Do you need to export one declaration as a
default
property of an object? For what purpose?