Patrick Del Conte

Results 23 comments of Patrick Del Conte

Yes that was due to the change to es2015. Sorry about that. You can revert it in your own codebase by changing that line to `es5`. For new codebases I'd...

I agree with Zomis about using only external interface. Additionally from Kotlin 2.0 onwards you don't need `jsObject` anymore. Instead you can annotate `external interface` with `@JsPlainObject` which will give...

@bobpaul I fixed the compilation error. Thanks for pointing it out.