does anyone have an example handy of accessing kot...
# kotlin-native
d
does anyone have an example handy of accessing kotlin native from python?
r
There’s a pretty old sample in the K/N repo but I have no idea if it runs now or what it would take to get it running if it isn’t https://github.com/JetBrains/kotlin-native/tree/master/samples/python_extension
you beat me - i should have just searched - thank you!
if it needs work, i will create a PR if I get it working
r
👍 good luck!
👍 2
d
i know this is probably a yes, but would ktor, kotlinx.serialization work on the kotlin native side when called from python?
r
at this point you probably know more about Python interop than I do. Try it out and see. ¯\_(ツ)_/¯