Join Slack
Powered by
does anyone have an example handy of accessing kot...
# kotlin-native
d
dazza5000
06/18/2020, 12:06 AM
does anyone have an example handy of accessing kotlin native from python?
r
russhwolf
06/18/2020, 12:08 AM
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
d
dazza5000
06/18/2020, 12:08 AM
https://github.com/JetBrains/kotlin-native/tree/master/samples/python_extension
dazza5000
06/18/2020, 12:09 AM
you beat me - i should have just searched - thank you!
dazza5000
06/18/2020, 12:09 AM
if it needs work, i will create a PR if I get it working
r
russhwolf
06/18/2020, 12:09 AM
👍 good luck!
👍 2
d
dazza5000
07/08/2020, 7:24 PM
i know this is probably a yes, but would ktor, kotlinx.serialization work on the kotlin native side when called from python?
r
russhwolf
07/08/2020, 7:39 PM
at this point you probably know more about Python interop than I do. Try it out and see. ¯\_(ツ)_/¯
8
Views
Open in Slack
Previous
Next