Are there any plans by the Kotlin Native team to c...
# kotlin-native
n
Are there any plans by the Kotlin Native team to create a tool similar to SIP (https://pypi.python.org/pypi/SIP/4.19.2) to allow interop with some C++ libs like QT? Python as far as I'm aware only has C interop (not C++) but can interop with some C++ libs (eg QT - PyQt: https://riverbankcomputing.com/software/pyqt/intro) via SIP.