We have create services in KOTLIN.
Can someone help me with the process on how to integrate KOTLIN in outsystems reactive web application.
I am new to outsystems therefore any leads would help.
Hi. You cannot directly use Kotlin code in OutSystems. Instead you should consider wrapping your Kotlin functions as a REST webservice and publish this service separatly as a container.
In OutSystems you would then consume the REST endpoints.
Best
Stefan