Hey,
it took me some time to figure out how to run Kotlin code transpiled into JavaScript on the Bangle.
But, I got it working and i've rewritten the First Time Application in Kotlin. https://github.com/Xaseron/Kangle
It is some unwritten rule that a Kotlin project has to replace one consonant with a K.
One of my biggest issues is that I have to wrap every class/function from Espruino manually.
I've seen that the emulator has some type hinting. Where can I find these type information?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hey,
it took me some time to figure out how to run Kotlin code transpiled into JavaScript on the Bangle.
But, I got it working and i've rewritten the First Time Application in Kotlin.
https://github.com/Xaseron/Kangle
It is some unwritten rule that a Kotlin project has to replace one consonant with a K.
One of my biggest issues is that I have to wrap every class/function from Espruino manually.
I've seen that the emulator has some type hinting. Where can I find these type information?