19
Views
1
Comments
Solved
We have created services in Kotlin and I want to integrate it in outsystems app.
Question
Application Type
Reactive

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.

2021-10-09 07-57-44
Stefan Weber
 
MVP
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.