Hello, I'm new to Kotlin but Java was the first language I learned back in 2010. I was wondering is there any binding for the python interpreter for Kotlin? I'm trying to develop an AI but also want to turn this into an app so that's why I wanted to go for Kotlin for the majority of the development and only develop the AI in python since there exists very nice deep learning frameworks. I tried searching for bindings to Kotlin for python and couldn't find anything... Basically what I'm hoping to find is something like this but for Kotlin:
https://cppyy.readthedocs.io/en/latest/ I only need calling Kotlin from Python