Join Slack
Powered by
Can k/js be used to build UWP apps, I know that js...
# javascript
a
Aregev2
05/01/2018, 8:33 AM
Can k/js be used to build UWP apps, I know that js can be used alone, would be nice to see this feture
b
bashor
05/04/2018, 6:07 PM
I believe that it’s possible. Feel free to try!
bashor
05/04/2018, 6:09 PM
I think the typescript declarations for UWP are good point to start:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/winrt-uwp/index.d.ts
bashor
05/04/2018, 6:10 PM
You can generate Kotlin declarations based on it using ts2kt
http://kotlinlang.org/docs/tutorials/javascript/working-with-javascript.html#using-ts2kt-to-generate-header-files-for-kotlin
6
Views
Open in Slack
Previous
Next