Skip to content

Tag: kotlin

Custom button with a selection

I don’t know if this has been asked before. I am going to be building a calculator for my dad. He asked me if there is any way to have customization with the buttons. I have not done any code yet. I plan on trying a few things. My research has come up with nothing. This is what I am

call/run function from Kotlin with Nodejs

I’ve wrote some lines of code in Kotlin now i want to execute this function from Javascrip or Nodejs is that possible? I only find solution for calling JS functions but not for calling Kotlin functions for example: JS: Kotlin: I heared from Kotlin/JS but there are some difrents from the normal JS and Ko…