Anyone know how to make KotlinJS export a default module?
k
konsoletyper
06/15/2017, 4:31 AM
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