Mendix integration with Kotlin

0
Hi,   I want to know that can mendix integrate with kotlin coding language. If yes, how can I integrate?   Thanks and Regards, Harshraj Singh
asked
1 answers
1

I believe that Kotlin compiles down to execute on a JVM like Mendix. You should be able to create a .jar file in Kotlin and put that into the userlib of your Mendix application. You can then use a Mendix Java Action to call classes and methods in that .jar file.

Hope this helps.

answered