You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty niche use case, but with Kotlin 1.4's generated TypeScript definitions only top level declarations marked with @JsExport will be included.
In my case, I am building a web client in TypeScript (rather than use Kotlin/JS) that makes use of a shared multiplatform module that depends on some API keys that are set through a BuildKonfig object.
This is a pretty niche use case, but with Kotlin 1.4's generated TypeScript definitions only top level declarations marked with
@JsExport
will be included.In my case, I am building a web client in TypeScript (rather than use Kotlin/JS) that makes use of a shared multiplatform module that depends on some API keys that are set through a BuildKonfig object.
Naturally, this would depend on #31.
The text was updated successfully, but these errors were encountered: