Closed NightEule5 closed 3 years ago
It'd be nice to be able to enable Kotlin's .d.ts file generation feature. This could be added by setting K2JSCompilerArguments.generateDts.
K2JSCompilerArguments.generateDts
Done in caf7b92. You may add a test yourself if you know how to test this.
It'd be nice to be able to enable Kotlin's .d.ts file generation feature. This could be added by setting
K2JSCompilerArguments.generateDts
.