tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to generate a .d.ts file for JS

NightEule5 opened this issue · comments

It'd be nice to be able to enable Kotlin's .d.ts file generation feature. This could be added by setting K2JSCompilerArguments.generateDts.

Done in caf7b92. You may add a test yourself if you know how to test this.