Call Kotlin from Python/Jython

Could it be possible to call methods and use objects defined in Kotling from Python/Jython.

I’m not aware that cpython is able talk to java, but since jython already is able to java, could it call Kotlin?

Regards.

Yes, you can call Kotlin methods from Jython in exactly the same way as you call Java methods.