mike.holler
10/08/2020, 9:52 PM.kt
and .java
files can exist side-by-side in the file system and you can access Kotlin functions from the Java file and vice versa. Are there any examples of doing that with JS? I'm talking within the same source set and file structure. I can't seem to figure it out.Big Chungus
10/08/2020, 10:07 PMmike.holler
10/08/2020, 11:17 PMjw
10/08/2020, 11:48 PMmike.holler
10/09/2020, 1:28 PM.ts
can directly interop and call into Kotlin now? I completely missed this. Our existing application is a TS application so I just imagined this would be impossible. Can you point me to any example or documentation?jw
10/09/2020, 1:28 PMmike.holler
10/09/2020, 1:32 PMjw
10/09/2020, 1:32 PMmike.holler
10/09/2020, 1:33 PMsomefile.js
functions to call into Base64.kt
can emit .ts files to enable the reverseAh... okay. So it might come to be more abstracted and easy in time but the tooling is there if we really wanted to push it.